Home
last modified time | relevance | path

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

/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_buf.h43 size_t nghttp3_buf_cap(const nghttp3_buf *buf);
H A Dnghttp3_buf.c49 size_t nghttp3_buf_cap(const nghttp3_buf *buf) { in nghttp3_buf_cap() function
H A Dnghttp3_qpack.c1135 need = nghttp3_buf_cap(buf) + extra_size - left; in reserve_buf_internal()