ngx_file_t         28 core/ngx_buf.h     ngx_file_t      *file;
ngx_file_t         76 core/ngx_buf.h     ngx_file_t *file);
ngx_file_t        155 core/ngx_conf_file.h     ngx_file_t            file;
ngx_file_t         20 core/ngx_core.h typedef struct ngx_file_s        ngx_file_t;
ngx_file_t        975 core/ngx_cycle.c     ngx_file_t  file;
ngx_file_t        982 core/ngx_cycle.c     ngx_memzero(&file, sizeof(ngx_file_t));
ngx_file_t       1037 core/ngx_cycle.c     ngx_file_t        file;
ngx_file_t         40 core/ngx_file.c ngx_create_temp_file(ngx_file_t *file, ngx_path_t *path, ngx_pool_t *pool,
ngx_file_t        143 core/ngx_file.c ngx_create_path(ngx_file_t *file, ngx_path_t *path)
ngx_file_t         62 core/ngx_file.h     ngx_file_t                 file;
ngx_file_t        124 core/ngx_file.h ngx_int_t ngx_create_temp_file(ngx_file_t *file, ngx_path_t *path,
ngx_file_t        128 core/ngx_file.h ngx_int_t ngx_create_path(ngx_file_t *file, ngx_path_t *path);
ngx_file_t         57 event/ngx_event.c ngx_file_t            ngx_accept_mutex_lock_file;
ngx_file_t        197 event/ngx_event.h     ngx_file_t                *file;
ngx_file_t         31 http/modules/ngx_http_auth_basic_module.c static void ngx_http_auth_basic_close(ngx_file_t *file);
ngx_file_t        106 http/modules/ngx_http_auth_basic_module.c     ngx_file_t                       file;
ngx_file_t        167 http/modules/ngx_http_auth_basic_module.c     ngx_memzero(&file, sizeof(ngx_file_t));
ngx_file_t        358 http/modules/ngx_http_auth_basic_module.c ngx_http_auth_basic_close(ngx_file_t *file)
ngx_file_t        212 http/modules/ngx_http_flv_module.c     b->file = ngx_pcalloc(r->pool, sizeof(ngx_file_t));
ngx_file_t       1151 http/modules/ngx_http_geo_module.c     ngx_file_t                  file;
ngx_file_t       1157 http/modules/ngx_http_geo_module.c     ngx_memzero(&file, sizeof(ngx_file_t));
ngx_file_t        224 http/modules/ngx_http_gzip_static_module.c     b->file = ngx_pcalloc(r->pool, sizeof(ngx_file_t));
ngx_file_t        229 http/modules/ngx_http_static_module.c     b->file = ngx_pcalloc(r->pool, sizeof(ngx_file_t));
ngx_file_t         58 http/ngx_http_cache.h     ngx_file_t                       file;
ngx_file_t         19 http/ngx_http_copy_filter_module.c     ngx_file_t *file);
ngx_file_t        158 http/ngx_http_copy_filter_module.c             ngx_file_t            *file;
ngx_file_t        205 http/ngx_http_copy_filter_module.c ngx_http_copy_aio_handler(ngx_output_chain_ctx_t *ctx, ngx_file_t *file)
ngx_file_t        876 http/ngx_http_file_cache.c     b->file = ngx_pcalloc(r->pool, sizeof(ngx_file_t));
ngx_file_t         33 os/unix/ngx_file_aio_read.c static ssize_t ngx_file_aio_result(ngx_file_t *file, ngx_event_aio_t *aio,
ngx_file_t         39 os/unix/ngx_file_aio_read.c ngx_file_aio_read(ngx_file_t *file, u_char *buf, size_t size, off_t offset,
ngx_file_t        137 os/unix/ngx_file_aio_read.c ngx_file_aio_result(ngx_file_t *file, ngx_event_aio_t *aio, ngx_event_t *ev)
ngx_file_t         19 os/unix/ngx_files.c ngx_read_file(ngx_file_t *file, u_char *buf, size_t size, off_t offset)
ngx_file_t         67 os/unix/ngx_files.c ngx_write_file(ngx_file_t *file, u_char *buf, size_t size, off_t offset)
ngx_file_t        151 os/unix/ngx_files.c ngx_write_chain_to_file(ngx_file_t *file, ngx_chain_t *cl, off_t offset,
ngx_file_t         95 os/unix/ngx_files.h ssize_t ngx_read_file(ngx_file_t *file, u_char *buf, size_t size, off_t offset);
ngx_file_t        102 os/unix/ngx_files.h ssize_t ngx_write_file(ngx_file_t *file, u_char *buf, size_t size,
ngx_file_t        105 os/unix/ngx_files.h ssize_t ngx_write_chain_to_file(ngx_file_t *file, ngx_chain_t *ce,
ngx_file_t        330 os/unix/ngx_files.h ssize_t ngx_file_aio_read(ngx_file_t *file, u_char *buf, size_t size,
ngx_file_t         27 os/unix/ngx_linux_aio_read.c ngx_file_aio_read(ngx_file_t *file, u_char *buf, size_t size, off_t offset,