Home
last modified time | relevance | path

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

/external/curl/tests/server/
Dsws.c186 static const char *end_of_headers = END_OF_HEADERS; variable
459 char *end = strstr(line, end_of_headers); in ProcessRequest()
683 req->checkindex += (end - line) + strlen(end_of_headers); in ProcessRequest()
792 req->reqbuf + req->offset > end + strlen(end_of_headers) && in ProcessRequest()
798 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers); in ProcessRequest()
807 end = strstr(line, end_of_headers); in ProcessRequest()
810 req->checkindex += (end - line) + strlen(end_of_headers); in ProcessRequest()
830 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(end_of_headers)) in ProcessRequest()
1996 end_of_headers = "\r\n"; /* gopher style is much simpler */ in main()
/external/sfntly/cpp/src/sfntly/
Dfont.cc146 end_of_headers = table_headers->end(); in SerializeTables() local
147 record != end_of_headers; ++record) { in SerializeTables()