HomeSort by relevance Sort by last modified time
    Searched refs:end_of_headers (Results 1 - 2 of 2) sorted by null

  /external/curl/tests/server/
sws.c 185 #define END_OF_HEADERS "\r\n\r\n"
194 static const char *end_of_headers = END_OF_HEADERS; variable
198 "HTTP/1.1 200 Goodbye" END_OF_HEADERS;
205 END_OF_HEADERS
480 char *end = strstr(line, end_of_headers);
712 req->checkindex += (end - line) + strlen(end_of_headers);
851 req->reqbuf + req->offset > end + strlen(end_of_headers) &&
857 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers);
866 end = strstr(line, end_of_headers);
    [all...]
  /external/sfntly/cpp/src/sfntly/
font.cc 146 end_of_headers = table_headers->end();
147 record != end_of_headers; ++record) {

Completed in 138 milliseconds