代码搜索:REQUEST
找到约 10,000 项符合「REQUEST」的源代码
代码结果 10,000
www.eeworm.com/read/285812/8816240
class request.class
www.eeworm.com/read/186812/8908191
c request.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2001-2002 Nokia Corporation
* Copyright (C) 2002-2003 Maxim Krasnyansky
* Copyright (C) 2002-2005 M
www.eeworm.com/read/383895/8912018
h request.h
#if !defined(AFX_REQUEST_H__55800FB6_28B3_11D4_9E64_00001A012804__INCLUDED_)
#define AFX_REQUEST_H__55800FB6_28B3_11D4_9E64_00001A012804__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
www.eeworm.com/read/383895/8912057
cpp request.cpp
// Request.cpp : implementation file
//
#include "stdafx.h"
#include "ClientNet.h"
#include "Request.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static ch
www.eeworm.com/read/427141/8973649
class request.class
www.eeworm.com/read/427141/8973699
java request.java
import java.net.*;
import java.nio.*;
import java.nio.charset.*;
import java.util.regex.*;
/* 代表客户的HTTP请求 */
public class Request {
static class Action { //枚举类,表示HTTP请求方式
private String
www.eeworm.com/read/185798/8984248
class request.class
www.eeworm.com/read/185783/8985224
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/185783/8986153
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/185783/8986268
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: %*