Lines Matching refs:END_OF_HEADERS
156 #define END_OF_HEADERS "\r\n\r\n" macro
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); 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()
706 end = strstr(line, END_OF_HEADERS); in ProcessRequest()
709 req->checkindex += (end - line) + strlen(END_OF_HEADERS); in ProcessRequest()
721 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(END_OF_HEADERS)) in ProcessRequest()