Lines Matching refs:chunkqueue
964 chunkqueue * const reqbody_queue = &r->reqbody_queue; in h2_recv_end_data()
1029 chunkqueue * const cq = con->read_queue; in h2_recv_data()
1085 chunkqueue * const dst = &r->reqbody_queue; in h2_recv_data()
1100 chunkqueue * const rq = &r->read_queue; in h2_recv_data()
1192 h2_frame_cq_compact (chunkqueue * const cq, uint32_t len) in h2_frame_cq_compact()
1207 h2_recv_continuation (uint32_t n, uint32_t clen, const off_t cqlen, chunkqueue * const cq, connecti… in h2_recv_continuation()
1487 chunkqueue * const rq = &r->read_queue; in h2_parse_headers_frame()
1711 chunkqueue * const cq = con->read_queue; in h2_parse_frames()
1855 chunkqueue * const cq = con->read_queue; in h2_want_read()
1896 chunkqueue * const cq = con->read_queue; in h2_recv_client_connection_preface()
1925 h2_read_client_connection_preface (struct connection * const con, chunkqueue * const cq, off_t max_… in h2_read_client_connection_preface()
1931 int(* const network_read)(struct connection *, chunkqueue *, off_t) = in h2_read_client_connection_preface()
1932 (int(*)(struct connection *, chunkqueue *, off_t))(uintptr_t)(*hctx); in h2_read_client_connection_preface()
2327 chunkqueue * const wq = &r->write_queue; in h2_send_headers()
2622 h2_send_cqdata (request_st * const r, connection * const con, chunkqueue * const cq, uint32_t dlen) in h2_send_cqdata()
2884 chunkqueue * const cq = con->write_queue; in h2_retire_con()