• Home
  • Raw
  • Download

Lines Matching refs:lbuf

372   nghttp2_buf_free(&iframe->lbuf, mem);  in session_inbound_frame_reset()
373 nghttp2_buf_wrap_init(&iframe->lbuf, NULL, 0); in session_inbound_frame_reset()
4770 iframe->lbuf.pos, in session_process_goaway_frame()
4771 nghttp2_buf_len(&iframe->lbuf)); in session_process_goaway_frame()
4773 nghttp2_buf_wrap_init(&iframe->lbuf, NULL, 0); in session_process_goaway_frame()
4908 &frame->ext, nghttp2_get_uint16(iframe->sbuf.pos), iframe->lbuf.pos, in session_process_altsvc_frame()
4909 nghttp2_buf_len(&iframe->lbuf)); in session_process_altsvc_frame()
4913 nghttp2_buf_wrap_init(&iframe->lbuf, NULL, 0); in session_process_altsvc_frame()
4924 rv = nghttp2_frame_unpack_origin_payload(&frame->ext, iframe->lbuf.pos, in session_process_origin_frame()
4925 nghttp2_buf_len(&iframe->lbuf), mem); in session_process_origin_frame()
5879 nghttp2_buf_wrap_init(&iframe->lbuf, iframe->raw_lbuf, in nghttp2_session_mem_recv()
6104 nghttp2_buf_wrap_init(&iframe->lbuf, iframe->raw_lbuf, debuglen); in nghttp2_session_mem_recv()
6147 nghttp2_buf_wrap_init(&iframe->lbuf, iframe->raw_lbuf, in nghttp2_session_mem_recv()
6366 iframe->lbuf.last = nghttp2_cpymem(iframe->lbuf.last, in, readlen); in nghttp2_session_mem_recv()
6376 assert(nghttp2_buf_avail(&iframe->lbuf) > 0); in nghttp2_session_mem_recv()
6727 iframe->lbuf.last = nghttp2_cpymem(iframe->lbuf.last, in, readlen); in nghttp2_session_mem_recv()
6737 assert(nghttp2_buf_avail(&iframe->lbuf) > 0); in nghttp2_session_mem_recv()
6756 iframe->lbuf.last = nghttp2_cpymem(iframe->lbuf.last, in, readlen); in nghttp2_session_mem_recv()
6766 assert(nghttp2_buf_avail(&iframe->lbuf) > 0); in nghttp2_session_mem_recv()