Searched refs:framebufs (Results 1 - 5 of 5) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.c | 413 nghttp2_bufs_reset(&aob->framebufs); in active_outbound_item_reset() 613 rv = nghttp2_bufs_init3(&(*session_ptr)->aob.framebufs, in session_new() 642 nghttp2_bufs_add(&(*session_ptr)->aob.framebufs, NGHTTP2_CLIENT_MAGIC, in session_new() 832 nghttp2_bufs_free(&session->aob.framebufs); in nghttp2_session_del() 2226 nghttp2_bufs *framebufs; in session_headers_add_pad() local 2231 framebufs = &aob->framebufs; in session_headers_add_pad() 2248 nghttp2_frame_add_pad(framebufs, &frame->hd, padlen, 0); in session_headers_add_pad() 2354 rv = nghttp2_session_pack_data(session, &session->aob.framebufs, in session_prep_frame() 2452 rv = nghttp2_frame_pack_headers(&session->aob.framebufs, in session_prep_frame() 2860 nghttp2_bufs *framebufs = &aob->framebufs; session_after_frame_sent1() local 3118 nghttp2_bufs *framebufs = &aob->framebufs; session_after_frame_sent2() local 3184 session_call_send_data(nghttp2_session *session, nghttp2_outbound_item *item, nghttp2_bufs *framebufs) session_call_send_data() argument 3218 nghttp2_bufs *framebufs; nghttp2_session_mem_send_internal() local 3547 nghttp2_bufs *framebufs; nghttp2_session_send() local [all...] |
H A D | nghttp2_session.h | 81 nghttp2_bufs framebufs; member
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.c | 413 nghttp2_bufs_reset(&aob->framebufs); in active_outbound_item_reset() 608 rv = nghttp2_bufs_init3(&(*session_ptr)->aob.framebufs, in session_new() 637 nghttp2_bufs_add(&(*session_ptr)->aob.framebufs, NGHTTP2_CLIENT_MAGIC, in session_new() 827 nghttp2_bufs_free(&session->aob.framebufs); in nghttp2_session_del() 2221 nghttp2_bufs *framebufs; in session_headers_add_pad() local 2226 framebufs = &aob->framebufs; in session_headers_add_pad() 2243 nghttp2_frame_add_pad(framebufs, &frame->hd, padlen, 0); in session_headers_add_pad() 2349 rv = nghttp2_session_pack_data(session, &session->aob.framebufs, in session_prep_frame() 2447 rv = nghttp2_frame_pack_headers(&session->aob.framebufs, in session_prep_frame() 2855 nghttp2_bufs *framebufs = &aob->framebufs; session_after_frame_sent1() local 3113 nghttp2_bufs *framebufs = &aob->framebufs; session_after_frame_sent2() local 3179 session_call_send_data(nghttp2_session *session, nghttp2_outbound_item *item, nghttp2_bufs *framebufs) session_call_send_data() argument 3213 nghttp2_bufs *framebufs; nghttp2_session_mem_send_internal() local 3542 nghttp2_bufs *framebufs; nghttp2_session_send() local [all...] |
H A D | nghttp2_session.h | 81 nghttp2_bufs framebufs; member
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 5233 nghttp2_bufs *framebufs; in test_nghttp2_submit_data() local 5243 framebufs = &aob->framebufs; in test_nghttp2_submit_data() 5254 buf = &framebufs->head->buf; in test_nghttp2_submit_data() 5273 nghttp2_bufs *framebufs; in test_nghttp2_submit_data_read_length_too_large() local 5285 framebufs = &aob->framebufs; in test_nghttp2_submit_data_read_length_too_large() 5296 buf = &framebufs->head->buf; in test_nghttp2_submit_data_read_length_too_large() 5326 framebufs = &aob->framebufs; in test_nghttp2_submit_data_read_length_too_large() 5353 nghttp2_bufs *framebufs; test_nghttp2_submit_data_read_length_smallest() local [all...] |
Completed in 22 milliseconds