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

/httpd/modules/mappers/
H A Dmod_userdir.c205 apr_finfo_t statbuf; local
322 || ((rv = apr_stat(&statbuf, filename, APR_FINFO_MIN,
330 * When statbuf contains info on r->filename we can save a syscall
334 r->finfo = statbuf;

Completed in 315 milliseconds