Home
last modified time | relevance | path

Searched refs:ngx_conf_post_handler_pt (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h135 typedef char *(*ngx_conf_post_handler_pt) (ngx_conf_t *cf, typedef
139 ngx_conf_post_handler_pt post_handler;
144 ngx_conf_post_handler_pt post_handler;
151 ngx_conf_post_handler_pt post_handler;
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_userid_filter_module.c91 static ngx_conf_post_handler_pt ngx_http_userid_domain_p =
93 static ngx_conf_post_handler_pt ngx_http_userid_path_p = ngx_http_userid_path;
94 static ngx_conf_post_handler_pt ngx_http_userid_p3p_p = ngx_http_userid_p3p;
H A Dngx_http_gzip_filter_module.c127 static ngx_conf_post_handler_pt ngx_http_gzip_window_p = ngx_http_gzip_window;
128 static ngx_conf_post_handler_pt ngx_http_gzip_hash_p = ngx_http_gzip_hash;
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c94 static ngx_conf_post_handler_pt ngx_http_core_pool_size_p =