MCPcopy 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
343int h2_iq_empty(h2_iqueue *q)
344{
345 return q->nelts == 0;
346}
347
348int h2_iq_count(h2_iqueue *q)
349{

Callers 7

h2_mplx_c1_destroyFunction · 0.85
h2_mplx_c1_processFunction · 0.85
s_next_c2Function · 0.85
c2_prod_nextFunction · 0.85
mplx_pollset_pollFunction · 0.85
session_cleanupFunction · 0.85
h2_session_processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected