Home
last modified time | relevance | path

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

/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_buf.c41 size_t nghttp3_buf_left(const nghttp3_buf *buf) { in nghttp3_buf_left() function
H A Dnghttp3_stream.c756 if (nghttp3_buf_left(chunk) >= need) { in nghttp3_stream_ensure_chunk()
982 bufleft = nghttp3_buf_left(buf); in nghttp3_stream_buffer_data()
1006 bufleft = nghttp3_buf_left(buf); in nghttp3_stream_buffer_data()
H A Dnghttp3_qpack.c1128 size_t left = nghttp3_buf_left(buf); in reserve_buf_internal()
3735 assert(nghttp3_buf_left(dbuf) >= nghttp3_buf_len(&decoder->dbuf) + len); in nghttp3_qpack_decoder_write_decoder()
/dports/www/libnghttp3/nghttp3-b9e565c/lib/includes/nghttp3/
H A Dnghttp3.h659 NGHTTP3_EXTERN size_t nghttp3_buf_left(const nghttp3_buf *buf);