Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_record_tx.c337 size_t num_iovec, idx, byte_off, bytes_remaining; member
358 cur->byte_off = 0; in iovec_cur_init()
383 l = cur->iovec[cur->idx].buf_len - cur->byte_off; in iovec_cur_get_buffer()
388 *buf = cur->iovec[cur->idx].buf + cur->byte_off; in iovec_cur_get_buffer()
389 cur->byte_off += l; in iovec_cur_get_buffer()
399 cur->byte_off = 0; in iovec_cur_get_buffer()

Completed in 10 milliseconds