MCPcopy 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
348int h2_iq_count(h2_iqueue *q)
349{
350 return q->nelts;
351}
352
353
354int h2_iq_add(h2_iqueue *q, int sid, h2_iq_cmp *cmp, void *ctx)

Callers 2

add_stream_poll_eventFunction · 0.85
session_cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected