Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_queue.c58 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()
A 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;

Completed in 3 milliseconds