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

Function h2_bucket_headers_get

modules/http2/h2_headers.c:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85h2_headers *h2_bucket_headers_get(apr_bucket *b)
86{
87 if (H2_BUCKET_IS_HEADERS(b)) {
88 return ((h2_bucket_headers *)b->data)->headers;
89 }
90 return NULL;
91}
92
93static void bucket_destroy(void *data)
94{

Callers 5

read_and_chunkFunction · 0.85
h2_c2_filter_request_inFunction · 0.85
ws_handle_respFunction · 0.85
h2_stream.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected