Searched refs:END_OF_HEADERS (Results 1 – 2 of 2) sorted by relevance
156 #define END_OF_HEADERS "\r\n\r\n" macro171 "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_HEADERS198 END_OF_HEADERS;344 char *end = strstr(line, END_OF_HEADERS); in ProcessRequest()583 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()692 req->reqbuf + req->offset > end + strlen(END_OF_HEADERS) && in ProcessRequest()697 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS); in ProcessRequest()[all …]
185 #define END_OF_HEADERS "\r\n\r\n" macro194 static const char *end_of_headers = END_OF_HEADERS;198 "HTTP/1.1 200 Goodbye" END_OF_HEADERS;205 END_OF_HEADERS