代码搜索:REQUEST
找到约 10,000 项符合「REQUEST」的源代码
代码结果 10,000
www.eeworm.com/read/192259/8390942
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(c
www.eeworm.com/read/192259/8391398
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",
www.eeworm.com/read/192259/8391477
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 termi
www.eeworm.com/read/291646/8405170
java request.java
public class Request {
private final String name;
public Request(String name) {
this.name = name;
}
public String getName() {
return name;
}
public Stri
www.eeworm.com/read/291646/8405334
java request.java
import java.util.Random;
public class Request {
private final String name; // 委托者
www.eeworm.com/read/291646/8405342
java request.java
public class Request {
private final String name;
private final int number;
public Request(String name, int number) {
this.name = name;
this.number = number;
}
www.eeworm.com/read/291646/8405360
java request.java
public class Request {
private final String name;
private final int number;
public Request(String name, int number) {
this.name = name;
this.number = number;
}
www.eeworm.com/read/291646/8405370
java request.java
import java.util.Random;
public class Request {
private final String name; // 委托者
www.eeworm.com/read/291646/8405382
java request.java
import java.util.Random;
public class Request {
private final String name; // 委托者
www.eeworm.com/read/291646/8405468
java request.java
public class Request {
private final String name;
public Request(String name) {
this.name = name;
}
public String getName() {
return name;
}
public Stri