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

/httpd/modules/cache/
H A Dmod_file_cache.c125 static void cache_the_file(cmd_parms *cmd, const char *filename, int mmap) argument
172 if (mmap) {
182 "unable to mmap %s, skipping", filename);
190 if (!mmap) {
388 "A space separated list of files to mmap at config time"),

Completed in 10 milliseconds