代码搜索:REQUEST

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

代码结果 10,000
www.eeworm.com/read/307601/13719701

h request.h

// Request.h : interface of the CRequest class // // This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1997-1998 Microsoft Corporation // All rights reserved. // /
www.eeworm.com/read/307601/13719725

cpp request.cpp

// Request.cpp : implementation of the CRequest class // // This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1997-1998 Microsoft Corporation // All rights reserved.
www.eeworm.com/read/307082/13729505

xml request.xml

powereasy
www.eeworm.com/read/304348/13795925

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/304348/13796280

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/304348/13796300

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/304020/13804251

class request.class

www.eeworm.com/read/152721/5667524

java request.java

package org.bouncycastle.asn1.ocsp; import org.bouncycastle.asn1.ASN1Sequence; import org.bouncycastle.asn1.ASN1TaggedObject; import org.bouncycastle.asn1.DERObject; import org.bouncycastle.asn1.DERT
www.eeworm.com/read/152261/5674616

java request.java

/* * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. U.S. * Government Rights - Commercial software. Government users are subject * to the Sun Microsystems, Inc. standard license
www.eeworm.com/read/152048/5676478

h request.h

// Request.h : interface of the CRequest class // // This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1997-1998 Microsoft Corporation // All rights reserved. // /