Home
last modified time | relevance | path

Searched refs:end_of_headers (Results 1 – 1 of 1) sorted by relevance

/external/curl/tests/server/
Dsws.c200 static const char *end_of_headers = END_OF_HEADERS; variable
365 char *end = strstr(line, end_of_headers); in ProcessRequest()
752 req->reqbuf + req->offset > end + strlen(end_of_headers) && in ProcessRequest()
758 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers); in ProcessRequest()
777 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(end_of_headers)) in ProcessRequest()
1926 end_of_headers = "\r\n"; /* gopher style is much simpler */ in main()