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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dsws.c167 static const char *end_of_headers = END_OF_HEADERS; variable
316 end = strstr(line, end_of_headers);
552 req->checkindex += (end - line) + strlen(end_of_headers);
661 req->reqbuf + req->offset > end + strlen(end_of_headers) &&
667 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers);
676 end = strstr(line, end_of_headers);
679 req->checkindex += (end - line) + strlen(end_of_headers);
693 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(end_of_headers))
1197 end_of_headers = "\r\n"; /* gopher style is much simpler */

Completed in 98 milliseconds