代码搜索:REQUEST
找到约 10,000 项符合「REQUEST」的源代码
代码结果 10,000
www.eeworm.com/read/266123/11239566
c request.c
/** request.c
**
** Original Author: Kasper Verdich Lund
** Date: 11.17.99
**
** Description:
**
** This program is free software, you can redistribute it and/or
** modify it under the terms
www.eeworm.com/read/266090/11242314
asp request.asp
window.resizeTo(screen.availWidth,screen.availHeight);
www.eeworm.com/read/411301/11249058
c request.c
#include "stdhead.h"
#include "request.h"
#include "clilib.h"
// This function creates a REQUEST message from the ADCVERTISE message and
// returns a pointer to the REQUEST message
struct DHCP_MESSA
www.eeworm.com/read/411301/11249062
h request.h
struct DHCP_MESSAGE * create_request_message (struct DHCP_MESSAGE *, char *);
struct OPTIONS * copy_message_option (struct DHCP_MESSAGE *, int);
www.eeworm.com/read/335362/12534315
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/335362/12535207
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/335362/12535264
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/238196/13902987
c request.c
/* frontend to IBE_request() in ibe_lib.cc
* (requests private keys)
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for license
*/
#include
#