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

/httpd/server/
H A Dcore_filters.c667 apr_bucket_file *file_bucket = (apr_bucket_file *)(bucket->data); local
668 apr_file_t *fd = file_bucket->fd;
869 apr_bucket_file *file_bucket; local
881 file_bucket = (apr_bucket_file *)(bucket->data);
882 fd = file_bucket->fd;

Completed in 12 milliseconds