Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ h2_iq_empty
Function
h2_iq_empty
modules/http2/h2_util.c:343–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
}
342
343
int h2_iq_empty(h2_iqueue *q)
344
{
345
return q->nelts == 0;
346
}
347
348
int h2_iq_count(h2_iqueue *q)
349
{
Callers
7
h2_mplx_c1_destroy
Function · 0.85
h2_mplx_c1_process
Function · 0.85
s_next_c2
Function · 0.85
c2_prod_next
Function · 0.85
mplx_pollset_poll
Function · 0.85
session_cleanup
Function · 0.85
h2_session_process
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected