代码搜索:REQUEST
找到约 10,000 项符合「REQUEST」的源代码
代码结果 10,000
www.eeworm.com/read/105918/15654983
cpp request.cpp
// Request.cpp : implementation of the CRequest class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// Thi
www.eeworm.com/read/105000/15679946
equ request.equ
; File : $REQUEST.EQU$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;------------------------------------------
www.eeworm.com/read/103960/15715520
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/103960/15715758
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/103960/15715788
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/102326/15786516
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/101716/15821518