Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ h2_iq_count
Function
h2_iq_count
modules/http2/h2_util.c:348–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
int h2_iq_count(h2_iqueue *q)
349
{
350
return q->nelts;
351
}
352
353
354
int h2_iq_add(h2_iqueue *q, int sid, h2_iq_cmp *cmp, void *ctx)
Callers
2
add_stream_poll_event
Function · 0.85
session_cleanup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected