Home
last modified time | relevance | path

Searched refs:eot (Results 1 – 1 of 1) sorted by relevance

/curl/src/
H A Dtool_cb_hdr.c149 const char *eot = end - 1; in tool_header_cb() local
150 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