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

Function h2_bucket_headers_clone

modules/http2/h2_headers.c:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109};
110
111apr_bucket *h2_bucket_headers_clone(apr_bucket *b, apr_pool_t *pool,
112 apr_bucket_alloc_t *list)
113{
114 h2_headers *hdrs = ((h2_bucket_headers *)b->data)->headers;
115 return h2_bucket_headers_create(list, h2_headers_clone(pool, hdrs));
116}
117
118
119h2_headers *h2_headers_create(int status, const apr_table_t *headers_in,

Callers 1

ifFunction · 0.85

Calls 2

h2_bucket_headers_createFunction · 0.85
h2_headers_cloneFunction · 0.85

Tested by

no test coverage detected