Searched refs:END_OF_HEADERS (Results 1 – 2 of 2) sorted by relevance
153 #define END_OF_HEADERS "\r\n\r\n" macro168 "HTTP/1.1 200 Goodbye" END_OF_HEADERS;172 "HTTP/1.1 200 Mighty fine indeed" END_OF_HEADERS;176 "HTTP/1.1 501 Forbidden you fool" END_OF_HEADERS;183 END_OF_HEADERS195 END_OF_HEADERS;338 end = strstr(line, END_OF_HEADERS); in ProcessRequest()576 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()685 req->reqbuf + req->offset > end + strlen(END_OF_HEADERS) && in ProcessRequest()690 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS); in ProcessRequest()[all …]
177 #define END_OF_HEADERS "\r\n\r\n" macro186 static const char *end_of_headers = END_OF_HEADERS;190 "HTTP/1.1 200 Goodbye" END_OF_HEADERS;197 END_OF_HEADERS