Searched defs:count_string (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/loggers/
H A Dmod_log_forensic.c149 static int count_string(const char *p) function
163 h->count += count_string(key)+count_string(value)+2;
207 h.count += 1+strlen(id)+1+count_string(r->the_request)+1+1;

Completed in 10 milliseconds