Lines Matching defs:finfo
103 apr_finfo_t finfo;
141 if ((rc = apr_stat(&tmp.finfo, fspec, APR_FINFO_MIN,
147 if (tmp.finfo.filetype != APR_REG) {
152 if (tmp.finfo.size > AP_MAX_SENDFILE) {
169 new_file->finfo = tmp.finfo;
178 (apr_size_t)new_file->finfo.size,
198 apr_rfc822_date(new_file->mtimestr, new_file->finfo.mtime);
199 apr_snprintf(new_file->sizestr, sizeof new_file->sizestr, "%" APR_OFF_T_FMT, new_file->finfo.size);
236 /* If it's one of ours, fill in r->finfo now to avoid extra stat()... this is a
266 r->finfo = match->finfo;
279 b = apr_bucket_mmap_create(mm, 0, (apr_size_t)file->finfo.size,
298 apr_brigade_insert_file(bb, file->file, 0, file->finfo.size, r->pool);
341 ap_update_mtime(r, match->finfo.mtime);
352 if (mod_time == match->finfo.mtime)
364 r->clength = match->finfo.size;