Searched refs:eot (Results 1 – 1 of 1) sorted by relevance
149 const char *eot = end - 1; in tool_header_cb() local150 if(*eot == '\n') { in tool_header_cb()151 while(ISBLANK(*etag_h) && (etag_h < eot)) in tool_header_cb()153 while(ISSPACE(*eot)) in tool_header_cb()154 eot--; in tool_header_cb()156 if(eot >= etag_h) { in tool_header_cb()157 size_t etag_length = eot - etag_h + 1; in tool_header_cb()
Completed in 4 milliseconds