Searched refs:nghttp2_queue (Results 1 – 2 of 2) sorted by relevance
41 } nghttp2_queue; typedef43 void nghttp2_queue_init(nghttp2_queue *queue);44 void nghttp2_queue_free(nghttp2_queue *queue);45 int nghttp2_queue_push(nghttp2_queue *queue, void *data);46 void nghttp2_queue_pop(nghttp2_queue *queue);47 void *nghttp2_queue_front(nghttp2_queue *queue);48 void *nghttp2_queue_back(nghttp2_queue *queue);49 int nghttp2_queue_empty(nghttp2_queue *queue);
48 void nghttp2_queue_init(nghttp2_queue *queue) in nghttp2_queue_init()53 void nghttp2_queue_free(nghttp2_queue *queue) in nghttp2_queue_free()67 int nghttp2_queue_push(nghttp2_queue *queue, void *data) in nghttp2_queue_push()86 void nghttp2_queue_pop(nghttp2_queue *queue) in nghttp2_queue_pop()97 void *nghttp2_queue_front(nghttp2_queue *queue) in nghttp2_queue_front()103 void *nghttp2_queue_back(nghttp2_queue *queue) in nghttp2_queue_back()109 int nghttp2_queue_empty(nghttp2_queue *queue) in nghttp2_queue_empty()
Completed in 3 milliseconds