代码搜索:REQUEST

找到约 10,000 项符合「REQUEST」的源代码

代码结果 10,000
www.eeworm.com/read/382516/9023412

c request.c

/* * Boa, an http server * Copyright (C) 1995 Paul Phillips * Some changes Copyright (C) 1996,97 Larry Doolittle * Some changes Copyright (C) 1996-2002 Jo
www.eeworm.com/read/382068/9051941

xml request.xml

powereasy
www.eeworm.com/read/183272/9172417

c request.c

#include "calld.h" int /* return 0 if OK, -1 on error */ request(Client *cliptr) { pid_t pid; /* * Position where this client left off last (or rewind). */ errmsg[0] = 0; sys_posn(clip
www.eeworm.com/read/183272/9172996

c request.c

#include "opend.h" #include void request(char *buf, int nread, int fd) { int newfd; if (buf[nread-1] != 0) { sprintf(errmsg, "request not null terminated: %*.*s\n", nread, nread,
www.eeworm.com/read/183272/9173032

c request.c

#include "opend.h" #include void request(char *buf, int nread, int clifd, uid_t uid) { int newfd; if (buf[nread-1] != 0) { sprintf(errmsg, "request from uid %d not null terminated
www.eeworm.com/read/379043/9210423

java request.java

// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html // Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/178485/9394608

h request.h

#if !defined(AFX_REQUEST_H__55800FB6_28B3_11D4_9E64_00001A012804__INCLUDED_) #define AFX_REQUEST_H__55800FB6_28B3_11D4_9E64_00001A012804__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MS
www.eeworm.com/read/178485/9394612

cpp request.cpp

// Request.cpp : implementation file // #include "stdafx.h" #include "ClientNet.h" #include "Request.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static ch
www.eeworm.com/read/178451/9397797

html request.html

www.eeworm.com/read/177326/9459496

c request.c

/* * Boa, an http server * Copyright (C) 1995 Paul Phillips * Some changes Copyright (C) 1996,97 Larry Doolittle * Some changes Copyright (C) 1996-2002 Jo