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

/dovecot/src/lib-mail/
H A Dmail-html2text.c298 size_t pos, inc_size, buf_orig_size; local
305 buf_orig_size = ht->input->used;
317 } else if (pos >= buf_orig_size) {
319 data += pos - buf_orig_size;
320 size -= pos - buf_orig_size;
325 buffer_set_used_size(ht->input, buf_orig_size);

Completed in 7 milliseconds