代码搜索:request
找到约 10,000 项符合「request」的源代码
代码结果 10,000
www.eeworm.com/read/183758/9141672
c aiopxlib.c
/* aioPxLib.c - asynchronous I/O (AIO) library (POSIX) */
/* Copyright 1984-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01k,17jul00,jgn
www.eeworm.com/read/183758/9141699
c aiosysdrv.c
/* aioSysDrv.c - AIO system driver */
/* Copyright 1984-1994 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
-------------------
1c,01feb94,dvs documentation changes.
www.eeworm.com/read/380485/9145450
c ll_rw_blk.c
/*
* linux/kernel/blk_dev/ll_rw.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This handles all read/write requests to block devices
*/
#include
#include
#include
www.eeworm.com/read/380481/9145591
c twebserv.c
/* twebserv.c - a threaded minimal web server (version 0.2)
* usage: tws portnumber
* features: supports the GET command only
* runs in the current directory
* creates a thr
www.eeworm.com/read/183595/9149860
java httprequestmirror.java
import java.io.*;
import java.net.*;
/**
* This program is a very simple Web server. When it receives a HTTP request,
* it just sends the request back to the client. This default port this
* serv