Searched refs:nghttp2_buf_len (Results 1 – 5 of 5) sorted by relevance
298 if (nghttp2_buf_len(&ci->buf) == 0) { in nghttp2_bufs_seek_last_present()313 len += nghttp2_buf_len(&ci->buf); in nghttp2_bufs_len()467 len += nghttp2_buf_len(&chain->buf); in nghttp2_bufs_remove()485 nghttp2_cpymem(resbuf.last, buf->pos, nghttp2_buf_len(buf)); in nghttp2_bufs_remove()507 nghttp2_cpymem(resbuf.last, buf->pos, nghttp2_buf_len(buf)); in nghttp2_bufs_remove_copy()558 return chain && nghttp2_buf_len(&chain->buf); in nghttp2_bufs_next_present()
53 #define nghttp2_buf_len(BUF) ((size_t)((BUF)->last - (BUF)->pos)) macro
297 hd.length = nghttp2_buf_len(buf); in frame_pack_headers_shared()322 hd.length = nghttp2_buf_len(buf); in frame_pack_headers_shared()331 hd.length = nghttp2_buf_len(buf); in frame_pack_headers_shared()
2114 inflater->namercbuf->len = nghttp2_buf_len(&inflater->namebuf); in nghttp2_hd_inflate_hd_nv()2135 inflater->namercbuf->len = nghttp2_buf_len(&inflater->namebuf); in nghttp2_hd_inflate_hd_nv()2206 inflater->valuercbuf->len = nghttp2_buf_len(&inflater->valuebuf); in nghttp2_hd_inflate_hd_nv()2240 inflater->valuercbuf->len = nghttp2_buf_len(&inflater->valuebuf); in nghttp2_hd_inflate_hd_nv()
2871 nghttp2_buf_len(&framebufs->cur->buf)); in session_after_frame_sent2()3181 datalen = nghttp2_buf_len(buf); in nghttp2_session_mem_send_internal()3273 datalen = nghttp2_buf_len(buf); in nghttp2_session_mem_send_internal()4863 nghttp2_buf_len(&iframe->lbuf)); in session_process_goaway_frame()5001 nghttp2_buf_len(&iframe->lbuf)); in session_process_altsvc_frame()
Completed in 21 milliseconds