Home
last modified time | relevance | path

Searched refs:nghttp2_queue_front (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_queue_test.c41 CU_ASSERT_EQUAL(ints[0], *(int *)(nghttp2_queue_front(&queue))); in test_nghttp2_queue()
45 CU_ASSERT_EQUAL(ints[i], *(int *)(nghttp2_queue_front(&queue))); in test_nghttp2_queue()
/third_party/nghttp2/lib/
H A Dnghttp2_queue.h47 void *nghttp2_queue_front(nghttp2_queue *queue);
H A Dnghttp2_queue.c75 void *nghttp2_queue_front(nghttp2_queue *queue) { in nghttp2_queue_front() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_queue.h47 void *nghttp2_queue_front(nghttp2_queue *queue);
H A Dnghttp2_queue.c75 void *nghttp2_queue_front(nghttp2_queue *queue) { in nghttp2_queue_front() function

Completed in 2 milliseconds