Searched refs:nghttp2_queue_cell (Results 1 – 4 of 4) sorted by relevance
38 nghttp2_queue_cell *p = queue->front; in nghttp2_queue_free()40 nghttp2_queue_cell *next = p->next; in nghttp2_queue_free()48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push()49 (nghttp2_queue_cell *)malloc(sizeof(nghttp2_queue_cell)); in nghttp2_queue_push()66 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;