Home | History | Annotate | Download | only in server

Lines Matching refs:httprequest

94 struct httprequest {
121 static int ProcessRequest(struct httprequest *req);
327 static int ProcessRequest(struct httprequest *req)
777 static int get_request(curl_socket_t sock, struct httprequest *req)
793 /*** Init the httprequest structure properly for the upcoming request ***/
814 /*** end of httprequest init ***/
888 static int send_doc(curl_socket_t sock, struct httprequest *req)
1188 struct httprequest req;
1380 /* initialization of httprequest struct is done in get_request(), but due