MCPcopy Create free account
hub / github.com/apache/httpd / h2_iq_append

Function h2_iq_append

modules/http2/h2_util.c:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375int h2_iq_append(h2_iqueue *q, int sid)
376{
377 return h2_iq_add(q, sid, NULL, NULL);
378}
379
380int h2_iq_remove(h2_iqueue *q, int sid)
381{

Callers 3

add_stream_poll_eventFunction · 0.85
ev_stream_openFunction · 0.85
on_stream_eventFunction · 0.85

Calls 1

h2_iq_addFunction · 0.85

Tested by

no test coverage detected