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()680 req->checkindex += (end - line) + strlen(end_of_headers); in ProcessRequest()789 req->reqbuf + req->offset > end + strlen(end_of_headers) && in ProcessRequest()795 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers); in ProcessRequest()804 end = strstr(line, end_of_headers); in ProcessRequest()807 req->checkindex += (end - line) + strlen(end_of_headers); in ProcessRequest()827 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(end_of_headers)) in ProcessRequest()1990 end_of_headers = "\r\n"; /* gopher style is much simpler */ in main()
143 end_of_headers = table_headers->end(); in SerializeTables() local144 record != end_of_headers; ++record) { in SerializeTables()