mmap               42 core/ngx_buf.h     unsigned         mmap:1;
mmap              122 core/ngx_buf.h #define ngx_buf_in_memory(b)        (b->temporary || b->memory || b->mmap)
mmap              253 core/ngx_output_chain.c     if (ctx->need_in_temp && (buf->memory || buf->mmap)) {
mmap              712 http/modules/ngx_http_charset_filter_module.c                 b->mmap = buf->mmap;
mmap             1008 http/modules/ngx_http_charset_filter_module.c         b->mmap = buf->mmap;
mmap              783 http/modules/ngx_http_range_filter_module.c         b->mmap = buf->mmap;
mmap              278 os/unix/ngx_files.c     fm->addr = mmap(NULL, fm->size, PROT_READ|PROT_WRITE, MAP_SHARED,
mmap              137 os/unix/ngx_freebsd_rfork_thread.c     stack = mmap(last_stack, usable_stack_size, PROT_READ|PROT_WRITE,
mmap              219 os/unix/ngx_freebsd_rfork_thread.c     zone = mmap(red_zone, rz_size, PROT_NONE, MAP_ANON, -1, 0);
mmap               16 os/unix/ngx_shmem.c     shm->addr = (u_char *) mmap(NULL, shm->size,
mmap               54 os/unix/ngx_shmem.c     shm->addr = (u_char *) mmap(NULL, shm->size, PROT_READ|PROT_WRITE,