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

Function count_string

modules/loggers/mod_log_forensic.c:149–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147} hlog;
148
149static apr_size_t count_string(const char *p)
150{
151 apr_size_t n;
152
153 for (n = 0 ; *p ; ++p, ++n)
154 if (TEST_CHAR(*p, T_ESCAPE_FORENSIC))
155 n += 2;
156 return n;
157}
158
159static int count_headers(void *h_, const char *key, const char *value)
160{

Callers 2

count_headersFunction · 0.85
log_beforeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected