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

/httpd/modules/debugging/
H A Dmod_dumpio.c78 apr_size_t logbytes = nbytes; local
79 if (logbytes > dumpio_MAX_STRING_LEN)
80 logbytes = dumpio_MAX_STRING_LEN;
81 nbytes -= logbytes;
84 memcpy(xlatebuf, buf, logbytes);
85 ap_xlate_proto_from_ascii(xlatebuf, logbytes);
86 xlatebuf[logbytes] = '\0';
103 b->type->name, (int)logbytes, buf);
105 buf += logbytes;
/httpd/modules/generators/
H A Dmod_cgi.c91 long logbytes; member in struct:__anon180
101 c->logbytes = DEFAULT_LOGBYTES;
138 conf->logbytes = atol(arg);
179 (finfo.size > conf->logbytes)) ||
241 (finfo.size > conf->logbytes)) ||
H A Dmod_cgid.c179 long logbytes; member in struct:__anon184
967 c->logbytes = DEFAULT_LOGBYTES;
1007 conf->logbytes = atol(arg);
1081 && (finfo.st_size > conf->logbytes)) ||
1120 && (finfo.st_size > conf->logbytes)) ||

Completed in 712 milliseconds