Searched refs:etag_h (Results 1 – 1 of 1) sorted by relevance
148 const char *etag_h = &str[5]; in tool_header_cb() local151 while(ISBLANK(*etag_h) && (etag_h < eot)) in tool_header_cb()152 etag_h++; 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()171 fwrite(etag_h, size, etag_length, etag_save->stream); in tool_header_cb()
Completed in 3 milliseconds