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

/httpd/modules/cache/
H A Dmod_file_cache.c110 } a_file; typedef in typeref:struct:__anon90
128 a_file *new_file;
129 a_file tmp;
168 new_file = apr_pcalloc(cmd->pool, sizeof(a_file));
242 a_file *match;
258 match = (a_file *) apr_hash_get(sconf->fileht, r->filename, APR_HASH_KEY_STRING);
270 static int mmap_handler(request_rec *r, a_file *file)
291 static int sendfile_handler(request_rec *r, a_file *file)
311 a_file *match;

Completed in 10 milliseconds