log_after): Use apr_size_t for storing string sizes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102154
13f79535-47bb-0310-9956-
ffa450edef68
char *pos;
char *end;
apr_pool_t *p;
- int count;
+ size_t count;
} hlog;
static int count_string(const char *p)
&log_forensic_module);
const char *id;
hlog h;
- int n;
+ apr_size_t n;
apr_status_t rv;
if (!cfg->fd) {
const char *id = ap_get_module_config(r->request_config,
&log_forensic_module);
char *s;
- int l,n;
+ apr_size_t l, n;
apr_status_t rv;
if (!cfg->fd) {