Lines Matching defs:finfo
1071 struct stat finfo;
1080 ((stat(conf->logname, &finfo) == 0)
1081 && (finfo.st_size > conf->logbytes)) ||
1114 struct stat finfo;
1119 ((stat(conf->logname, &finfo) == 0)
1120 && (finfo.st_size > conf->logbytes)) ||
1443 if (r->finfo.filetype == APR_NOFILE) {
1448 if (r->finfo.filetype == APR_DIR) {
1462 if (!ap_can_exec(&r->finfo))
1735 if (rr->finfo.filetype != APR_REG) {