Home
last modified time | relevance | path

Searched defs:http_request (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/khttpd/
Dstructure.h10 struct http_request struct
13 struct http_request *Next; argument
16 struct socket *sock;
17 struct file *filp;
21 int FileLength; /* File length in bytes */
22 int Time; /* mtime of the file, unix format */
23 int BytesSent; /* The number of bytes already sent */
24 int IsForUserspace; /* 1 means let Userspace handle this one */
28 wait_queue_t sleep; /* For putting in the socket's waitqueue */
31 char FileName[256]; /* The requested filename */
[all …]