Searched refs:nghttp2_bufs_len (Results 1 – 5 of 5) sorted by relevance
409 size_t nghttp2_bufs_len(nghttp2_bufs *bufs);
306 size_t nghttp2_bufs_len(nghttp2_bufs *bufs) in nghttp2_bufs_len() function500 len = nghttp2_bufs_len(bufs); in nghttp2_bufs_remove_copy()
378 frame->hd.length = nghttp2_bufs_len(bufs); in nghttp2_frame_pack_headers()585 frame->hd.length = nghttp2_bufs_len(bufs); in nghttp2_frame_pack_push_promise()
1543 buflen = nghttp2_bufs_len(&bufs); in nghttp2_hd_deflate_hd()1577 buflen = nghttp2_bufs_len(&bufs); in nghttp2_hd_deflate_hd_vec()
2194 nghttp2_bufs_len(&session->aob.framebufs)); in session_prep_frame()2203 nghttp2_bufs_len(&session->aob.framebufs)); in session_prep_frame()
Completed in 19 milliseconds