Lines Matching defs:END_OF_HEADERS
158 #define END_OF_HEADERS "\r\n\r\n"
173 "HTTP/1.1 200 Goodbye" END_OF_HEADERS;
177 "HTTP/1.1 200 Mighty fine indeed" END_OF_HEADERS;
181 "HTTP/1.1 501 Forbidden you fool" END_OF_HEADERS;
188 END_OF_HEADERS
200 END_OF_HEADERS;
214 char *end = strstr(line, END_OF_HEADERS);
453 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
561 req->reqbuf + req->offset > end + strlen(END_OF_HEADERS) &&
566 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS);
575 end = strstr(line, END_OF_HEADERS);
578 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
590 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(END_OF_HEADERS))