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

Function count_headers

modules/loggers/mod_log_forensic.c:159–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159static int count_headers(void *h_, const char *key, const char *value)
160{
161 hlog *h = h_;
162
163 h->count += count_string(key)+count_string(value)+2;
164
165 return 1;
166}
167
168static int log_headers(void *h_, const char *key, const char *value)
169{

Callers

nothing calls this directly

Calls 1

count_stringFunction · 0.85

Tested by

no test coverage detected