代码搜索:REQUEST

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

代码结果 10,000
www.eeworm.com/read/365220/9872137

class request.class

www.eeworm.com/read/169050/9884568

class request.class

www.eeworm.com/read/364932/9886865

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/364932/9887476

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/364932/9887506

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/363661/9940783

java request.java

/* **************************************************************************************** * Copyright ? Giovanni Novelli * All Rights Reserved. **********************************************
www.eeworm.com/read/167585/9959815

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-200
www.eeworm.com/read/166797/9997534

c request.c

/*++ Copyright (c) 1990-1998 Microsoft Corporation, All Rights Reserved. Module Name: request.c Abstract: This module contains the request calls to the miniport driver below.
www.eeworm.com/read/166223/10028771

h request.h

#include "comm_def.h" #define USBA_BASEADDRESS 0x10 #define USBB_BASEADDRESS 0x90 const uint8 TEST_PACKET[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}; const uint8 Get_Device_Descri
www.eeworm.com/read/358419/10189347

h request.h

// Request.h: interface for the Request class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_REQUEST_H__9F2C9BB6_CBA7_40AF_80A4_09A1CE1CE220__INCLUDED