代码搜索:REQUEST
找到约 10,000 项符合「REQUEST」的源代码
代码结果 10,000
www.eeworm.com/read/331180/12840967
c request.c
#include "calld.h"
int /* return 0 if OK, -1 on error */
request(Client *cliptr)
{
pid_t pid;
errmsg[0] = 0;
/* position where this client left off last (or rewind) */
sys_posn(cliptr->sy
www.eeworm.com/read/331180/12841938
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, nr
www.eeworm.com/read/331180/12842050
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/330875/12862714
java request.java
package guardedsuspension.sample;
public class Request {
private final String name;
public Request(String name) {
this.name = name;
}
public String getName() {
www.eeworm.com/read/142657/12932047
h request.h
//
// Define the data structure that will be used to pass
// database requests from the IS2ODBC DLL to DbServer.
// DbServer will fill in the sqlResult field.
//
// Note: It would be much better
www.eeworm.com/read/329762/12934880
equ request.equ
; File : $REQUEST.EQU$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;------------------------------------------
www.eeworm.com/read/242797/12984584
c request.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2001-2002 Nokia Corporation
* Copyright (C) 2002-2003 Maxim Krasnyansky
* Copyright (C) 2002-2007 M
www.eeworm.com/read/326478/13139901
java request.java
import javax.swing.JProgressBar;
import java.util.List;
import java.io.*;
public class Request implements Serializable{
static final int AUTHEN=0;
static final int BORROW=1;
static final i
www.eeworm.com/read/326478/13139905