#include <ngx_config.h>
#include <ngx_core.h>
Go to the source code of this file.
Functions |
ssize_t | ngx_read_file (ngx_file_t *file, u_char *buf, size_t size, off_t offset) |
ssize_t | ngx_write_file (ngx_file_t *file, u_char *buf, size_t size, off_t offset) |
ngx_fd_t | ngx_open_tempfile (u_char *name, ngx_uint_t persistent, ngx_uint_t access) |
ssize_t | ngx_write_chain_to_file (ngx_file_t *file, ngx_chain_t *cl, off_t offset, ngx_pool_t *pool) |
ngx_int_t | ngx_set_file_time (u_char *name, ngx_fd_t fd, time_t s) |
ngx_int_t | ngx_create_file_mapping (ngx_file_mapping_t *fm) |
void | ngx_close_file_mapping (ngx_file_mapping_t *fm) |
ngx_int_t | ngx_open_dir (ngx_str_t *name, ngx_dir_t *dir) |
ngx_int_t | ngx_read_dir (ngx_dir_t *dir) |
ngx_int_t | ngx_open_glob (ngx_glob_t *gl) |
ngx_int_t | ngx_read_glob (ngx_glob_t *gl, ngx_str_t *name) |
void | ngx_close_glob (ngx_glob_t *gl) |
ngx_err_t | ngx_trylock_fd (ngx_fd_t fd) |
ngx_err_t | ngx_lock_fd (ngx_fd_t fd) |
ngx_err_t | ngx_unlock_fd (ngx_fd_t fd) |
size_t | ngx_fs_bsize (u_char *name) |
Macro Definition Documentation
Function Documentation
size_t ngx_fs_bsize |
( |
u_char * |
name | ) |
|
ssize_t ngx_read_file |
( |
ngx_file_t * |
file, |
|
|
u_char * |
buf, |
|
|
size_t |
size, |
|
|
off_t |
offset |
|
) |
| |
ssize_t ngx_write_file |
( |
ngx_file_t * |
file, |
|
|
u_char * |
buf, |
|
|
size_t |
size, |
|
|
off_t |
offset |
|
) |
| |