Lines Matching refs:END_OF_HEADERS
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);
706 end = strstr(line, END_OF_HEADERS);
709 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
721 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(END_OF_HEADERS))