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

/dovecot/src/lib-http/
H A Dhttp-transfer-chunked.c581 unsigned int iov_count_new, i; local
611 iov_count_new = 1;
616 iov_count_new++;
621 iov_count = iov_count_new + 2;
625 memcpy(&iov_new[1], iov, sizeof(struct const_iovec) * iov_count_new);

Completed in 11 milliseconds