Home
last modified time | relevance | path

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

/external/curl/tests/server/
Dsws.c194 static const char *end_of_headers = END_OF_HEADERS; variable
480 char *end = strstr(line, end_of_headers); in ProcessRequest()
712 req->checkindex += (end - line) + strlen(end_of_headers); in ProcessRequest()
851 req->reqbuf + req->offset > end + strlen(end_of_headers) && in ProcessRequest()
857 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers); in ProcessRequest()
866 end = strstr(line, end_of_headers); in ProcessRequest()
869 req->checkindex += (end - line) + strlen(end_of_headers); in ProcessRequest()
889 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(end_of_headers)) in ProcessRequest()
2058 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()