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

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

Completed in 87 milliseconds