Searched refs:end_of_headers (Results 1 – 2 of 2) sorted by relevance
186 static const char *end_of_headers = END_OF_HEADERS; variable459 char *end = strstr(line, end_of_headers); in ProcessRequest()683 req->checkindex += (end - line) + strlen(end_of_headers); in ProcessRequest()792 req->reqbuf + req->offset > end + strlen(end_of_headers) && in ProcessRequest()798 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers); in ProcessRequest()807 end = strstr(line, end_of_headers); in ProcessRequest()810 req->checkindex += (end - line) + strlen(end_of_headers); in ProcessRequest()830 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(end_of_headers)) in ProcessRequest()1996 end_of_headers = "\r\n"; /* gopher style is much simpler */ in main()
146 end_of_headers = table_headers->end(); in SerializeTables() local147 record != end_of_headers; ++record) { in SerializeTables()