Lines Matching defs:finfo
168 apr_finfo_t finfo;
177 ((apr_stat(&finfo, conf->logname,
179 (finfo.size > conf->logbytes)) ||
234 apr_finfo_t finfo;
239 ((apr_stat(&finfo, conf->logname,
241 (finfo.size > conf->logbytes)) ||
783 if (r->finfo.filetype == APR_NOFILE)
786 if (r->finfo.filetype == APR_DIR)
799 if (!ap_can_exec(&r->finfo))
1068 if (rr->finfo.filetype != APR_REG) {