MCPcopy Create free account
hub / github.com/apache/httpd / h2_bucket_headers_headers_length

Function h2_bucket_headers_headers_length

modules/http2/h2_headers.c:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146apr_size_t h2_bucket_headers_headers_length(apr_bucket *b)
147{
148 h2_headers *h = h2_bucket_headers_get(b);
149 return h? h2_headers_length(h) : 0;
150}
151
152h2_headers *h2_headers_rcreate(request_rec *r, int status,
153 const apr_table_t *header, apr_pool_t *pool)

Callers

nothing calls this directly

Calls 2

h2_bucket_headers_getFunction · 0.85
h2_headers_lengthFunction · 0.85

Tested by

no test coverage detected