代码搜索:REQUEST
找到约 10,000 项符合「REQUEST」的源代码
代码结果 10,000
www.eeworm.com/read/209211/4983952
c request.c
/*
*
* Things used to handle special requests (eg. manual feed) globally or on a per
* page basis. Requests are passed through to the translator using the -R option.
* The argument to -R can be "r
www.eeworm.com/read/209211/4983954
h request.h
/*
*
* Things used to handle special PostScript requests (like manual feed) globally
* or on a per page basis. All the translators I've supplied accept the -R option
* that can be used to insert s
www.eeworm.com/read/204186/5033138
java _request.java
/**
* _Request.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package com.amazon.xml.AWSECommerceService;
public class _Request implements
www.eeworm.com/read/200278/5070816
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/200278/5071016
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/200278/5071027
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/198237/5089247
java request.java
package com.test;
import java.io.Serializable;
public class Request implements java.io.Serializable
{
};
www.eeworm.com/read/196302/5103184
c request.c
/*! \file request.c
Based on webfs Copyright (C) 1999-2001 Gerd Knorr
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public Lice
www.eeworm.com/read/195273/5113768
c request.c
/*
Service Discovery Protocol (SDP)
Copyright (C) 2002 Maxim Krasnyansky , Stephen Crane
Based on original SDP implementation by Nokia Corpora
www.eeworm.com/read/195273/5113784
c request.c
/*
Service Discovery Protocol (SDP)
Copyright (C) 2002 Maxim Krasnyansky , Stephen Crane
Based on original SDP implementation by Nokia Corp