Home
last modified time | relevance | path

Searched refs:nghttp2_queue_cell (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_queue.c38 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()
Dnghttp2_queue.h34 typedef struct nghttp2_queue_cell { struct
36 struct nghttp2_queue_cell *next; argument
37 } nghttp2_queue_cell; typedef
40 nghttp2_queue_cell *front, *back;
/third_party/node/deps/nghttp2/lib/
Dnghttp2_queue.c38 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()
Dnghttp2_queue.h34 typedef struct nghttp2_queue_cell { struct
36 struct nghttp2_queue_cell *next; argument
37 } nghttp2_queue_cell; typedef
40 nghttp2_queue_cell *front, *back;