Functions |
char * | ngx_conf_param (ngx_conf_t *cf) |
char * | ngx_conf_parse (ngx_conf_t *cf, ngx_str_t *filename) |
char * | ngx_conf_include (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
ngx_int_t | ngx_conf_full_name (ngx_cycle_t *cycle, ngx_str_t *name, ngx_uint_t conf_prefix) |
ngx_open_file_t * | ngx_conf_open_file (ngx_cycle_t *cycle, ngx_str_t *name) |
void ngx_cdecl | ngx_conf_log_error (ngx_uint_t level, ngx_conf_t *cf, ngx_err_t err, const char *fmt,...) |
char * | ngx_conf_set_flag_slot (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
char * | ngx_conf_set_str_slot (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
char * | ngx_conf_set_str_array_slot (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
char * | ngx_conf_set_keyval_slot (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
char * | ngx_conf_set_num_slot (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
char * | ngx_conf_set_size_slot (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
char * | ngx_conf_set_off_slot (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
char * | ngx_conf_set_msec_slot (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
char * | ngx_conf_set_sec_slot (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
char * | ngx_conf_set_bufs_slot (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
char * | ngx_conf_set_enum_slot (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
char * | ngx_conf_set_bitmask_slot (ngx_conf_t *cf, ngx_command_t *cmd, void *conf) |
char * | ngx_conf_deprecated (ngx_conf_t *cf, void *post, void *data) |
char * | ngx_conf_check_num_bounds (ngx_conf_t *cf, void *post, void *data) |