Searched defs:parsed_chars (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-transfer-chunked.c43 unsigned int parsed_chars; member in struct:http_transfer_chunked_istream
79 if (tcstream->parsed_chars == 0) {
85 tcstream->parsed_chars = 0;
95 tcstream->parsed_chars++;
111 tcstream->parsed_chars += (tcstream->cur-first);
114 if (tcstream->parsed_chars == 0)
159 tcstream->parsed_chars = 0;

Completed in 10 milliseconds