Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
375
int h2_iq_append(h2_iqueue *q, int sid)
376
{
377
return h2_iq_add(q, sid, NULL, NULL);
378
}
379
380
int h2_iq_remove(h2_iqueue *q, int sid)
381
{
Callers
3
add_stream_poll_event
Function · 0.85
ev_stream_open
Function · 0.85
on_stream_event
Function · 0.85
Calls
1
h2_iq_add
Function · 0.85
Tested by
no test coverage detected