Searched refs:raw_lbuf (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.h | 153 /* buffer pointers to large buffer, raw_lbuf */ 156 uint8_t *raw_lbuf; member
|
H A D | nghttp2_session.c | 390 iframe->raw_lbuf = NULL; in session_inbound_frame_reset() 6318 iframe->raw_lbuf = nghttp2_mem_malloc(mem, iframe->payloadleft); in nghttp2_session_mem_recv() 6320 if (iframe->raw_lbuf == NULL) { in nghttp2_session_mem_recv() 6324 nghttp2_buf_wrap_init(&iframe->lbuf, iframe->raw_lbuf, in nghttp2_session_mem_recv() 6589 iframe->raw_lbuf = nghttp2_mem_malloc(mem, debuglen); in nghttp2_session_mem_recv() 6591 if (iframe->raw_lbuf == NULL) { in nghttp2_session_mem_recv() 6595 nghttp2_buf_wrap_init(&iframe->lbuf, iframe->raw_lbuf, debuglen); in nghttp2_session_mem_recv() 6631 iframe->raw_lbuf = in nghttp2_session_mem_recv() 6634 if (iframe->raw_lbuf == NULL) { in nghttp2_session_mem_recv() 6638 nghttp2_buf_wrap_init(&iframe->lbuf, iframe->raw_lbuf, in nghttp2_session_mem_recv() [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.h | 149 /* buffer pointers to large buffer, raw_lbuf */ 152 uint8_t *raw_lbuf; member
|
H A D | nghttp2_session.c | 390 iframe->raw_lbuf = NULL; in session_inbound_frame_reset() 6313 iframe->raw_lbuf = nghttp2_mem_malloc(mem, iframe->payloadleft); in nghttp2_session_mem_recv() 6315 if (iframe->raw_lbuf == NULL) { in nghttp2_session_mem_recv() 6319 nghttp2_buf_wrap_init(&iframe->lbuf, iframe->raw_lbuf, in nghttp2_session_mem_recv() 6584 iframe->raw_lbuf = nghttp2_mem_malloc(mem, debuglen); in nghttp2_session_mem_recv() 6586 if (iframe->raw_lbuf == NULL) { in nghttp2_session_mem_recv() 6590 nghttp2_buf_wrap_init(&iframe->lbuf, iframe->raw_lbuf, debuglen); in nghttp2_session_mem_recv() 6626 iframe->raw_lbuf = in nghttp2_session_mem_recv() 6629 if (iframe->raw_lbuf == NULL) { in nghttp2_session_mem_recv() 6633 nghttp2_buf_wrap_init(&iframe->lbuf, iframe->raw_lbuf, in nghttp2_session_mem_recv() [all...] |
Completed in 19 milliseconds