Home
last modified time | relevance | path

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

/third_party/curl/tests/server/
H A Dsws.c204 static const char *end_of_headers = END_OF_HEADERS; variable
373 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()
778 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(end_of_headers)) in ProcessRequest()
2017 end_of_headers = "\r\n"; /* gopher style is much simpler */ in main()

Completed in 5 milliseconds