Searched refs:nghttp2_outbound_queue (Results 1 – 4 of 4) sorted by relevance
148 } nghttp2_outbound_queue; typedef150 void nghttp2_outbound_queue_init(nghttp2_outbound_queue *q);153 void nghttp2_outbound_queue_push(nghttp2_outbound_queue *q,158 void nghttp2_outbound_queue_pop(nghttp2_outbound_queue *q);
100 void nghttp2_outbound_queue_init(nghttp2_outbound_queue *q) in nghttp2_outbound_queue_init()106 void nghttp2_outbound_queue_push(nghttp2_outbound_queue *q, in nghttp2_outbound_queue_push()117 void nghttp2_outbound_queue_pop(nghttp2_outbound_queue *q) in nghttp2_outbound_queue_pop()
195 nghttp2_outbound_queue ob_urgent;197 nghttp2_outbound_queue ob_reg;201 nghttp2_outbound_queue ob_syn;
695 static void ob_q_free(nghttp2_outbound_queue *q, nghttp2_mem *mem) in ob_q_free()
Completed in 15 milliseconds