Searched refs:nghttp2_queue_cell (Results 1 – 2 of 2) sorted by relevance
58 nghttp2_queue_cell *p = queue->front; in nghttp2_queue_free()60 nghttp2_queue_cell *next = p->next; in nghttp2_queue_free()69 nghttp2_queue_cell *new_cell = in nghttp2_queue_push()70 (nghttp2_queue_cell *)NGHTTP2_QUEUE_MALLOC(sizeof(nghttp2_queue_cell)); in nghttp2_queue_push()88 nghttp2_queue_cell *front = queue->front; in nghttp2_queue_pop()
34 typedef struct nghttp2_queue_cell { struct36 struct nghttp2_queue_cell *next; argument37 } nghttp2_queue_cell; typedef40 nghttp2_queue_cell *front, *back;
Completed in 3 milliseconds