Lines Matching defs:databuf
2991 nghttp2_buf databuf;
3002 nghttp2_buf_wrap_init(&databuf, buffer, sizeof(buffer));
3033 databuf.last = nghttp2_cpymem(databuf.last, buf->pos, nghttp2_buf_len(buf));
3050 databuf.last = nghttp2_cpymem(databuf.last, buf->pos, nghttp2_buf_len(buf));
3056 nghttp2_session_mem_recv(session, databuf.pos, nghttp2_buf_len(&databuf));
3059 databuf.pos += rv;
3074 nghttp2_session_mem_recv(session, databuf.pos, nghttp2_buf_len(&databuf));
3077 databuf.pos += rv;
3088 nghttp2_session_mem_recv(session, databuf.pos, nghttp2_buf_len(&databuf));
3091 databuf.pos += rv;
3106 nghttp2_session_mem_recv(session, databuf.pos, nghttp2_buf_len(&databuf));
3109 databuf.pos += rv;
3121 nghttp2_session_mem_recv(session, databuf.pos, nghttp2_buf_len(&databuf));
3124 databuf.pos += rv;
3133 nghttp2_buf_reset(&databuf);
3134 nghttp2_frame_pack_frame_hd(databuf.pos, &data_hd);
3138 databuf.last = databuf.end;
3142 nghttp2_session_mem_recv(session, databuf.pos, nghttp2_buf_len(&databuf));
3152 nghttp2_session_mem_recv(session, databuf.pos, nghttp2_buf_len(&databuf));