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

Function count_header

modules/http2/h2_util.c:1393–1399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1391 ******************************************************************************/
1392
1393static int count_header(void *ctx, const char *key, const char *value)
1394{
1395 if (!h2_util_ignore_resp_header(key)) {
1396 (*((size_t*)ctx))++;
1397 }
1398 return 1;
1399}
1400
1401static const char *inv_field_name_chr(const char *token)
1402{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected