Home | History | Annotate | Download | only in server

Lines Matching refs:end_of_headers

185 #define END_OF_HEADERS "\r\n\r\n"
194 static const char *end_of_headers = END_OF_HEADERS;
198 "HTTP/1.1 200 Goodbye" END_OF_HEADERS;
205 END_OF_HEADERS
480 char *end = strstr(line, end_of_headers);
712 req->checkindex += (end - line) + strlen(end_of_headers);
851 req->reqbuf + req->offset > end + strlen(end_of_headers) &&
857 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers);
866 end = strstr(line, end_of_headers);
869 req->checkindex += (end - line) + strlen(end_of_headers);
889 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(end_of_headers))
2058 end_of_headers = "\r\n"; /* gopher style is much simpler */