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/
rtspd.c 156 #define END_OF_HEADERS "\r\n\r\n"
171 "HTTP/1.1 200 Goodbye" END_OF_HEADERS;
175 "HTTP/1.1 200 Mighty fine indeed" END_OF_HEADERS;
179 "HTTP/1.1 501 Forbidden you fool" END_OF_HEADERS;
186 END_OF_HEADERS
198 END_OF_HEADERS;
344 char *end = strstr(line, END_OF_HEADERS);
583 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
692 req->reqbuf + req->offset > end + strlen(END_OF_HEADERS) &&
697 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS);
    [all...]
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...]

Completed in 379 milliseconds