Searched refs:nghttp2_queue_push (Results 1 – 6 of 6) sorted by relevance
45 int nghttp2_queue_push(nghttp2_queue *queue, void *data);
47 int nghttp2_queue_push(nghttp2_queue *queue, void *data) { in nghttp2_queue_push() function
221 nghttp2_queue_push;
38 nghttp2_queue_push(&queue, &ints[i]); in test_nghttp2_queue()