Lines Matching refs:chunkqueue_append_mem
292 chunkqueue_append_mem(con->write_queue, in h2_send_settings_ack()
316 chunkqueue_append_mem(con->write_queue, /*(+3 to skip over align padding)*/ in h2_send_rst_stream_id()
399 chunkqueue_append_mem(con->write_queue, /*(+3 to skip over align padding)*/ in h2_send_goaway()
575 chunkqueue_append_mem(con->write_queue, (const char *)s, 17); in h2_recv_ping()
830 chunkqueue_append_mem(con->write_queue, /*(+3 to skip over align padding)*/ in h2_send_window_update()
2012 chunkqueue_append_mem(con->write_queue, in h2_init_con()
2081 chunkqueue_append_mem(con->write_queue, /*(+3 to skip over align pad)*/ in h2_send_hpack()
2083 chunkqueue_append_mem(con->write_queue, data, len); in h2_send_hpack()
2601 chunkqueue_append_mem(con->write_queue, /*(+3 to skip over align pad)*/
2603 chunkqueue_append_mem(con->write_queue, data, len);
2707 chunkqueue_append_mem(con->write_queue, /*(+3 to skip over align pad)*/ in h2_send_cqdata()
2736 chunkqueue_append_mem(con->write_queue, /*(+3 to skip over align pad)*/ in h2_send_end_stream_data()
2923 chunkqueue_append_mem(&h2r->write_queue, in h2_con_upgrade_h2c()