Searched refs:ngx_http_handler_pt (Results 1 – 21 of 21) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_request.h | 367 typedef ngx_int_t (*ngx_http_handler_pt)(ngx_http_request_t *r); typedef 425 ngx_http_handler_pt content_handler;
|
| H A D | ngx_http.c | 351 cf->pool, 1, sizeof(ngx_http_handler_pt)) in ngx_http_init_phases() 358 cf->pool, 1, sizeof(ngx_http_handler_pt)) in ngx_http_init_phases() 365 cf->pool, 1, sizeof(ngx_http_handler_pt)) in ngx_http_init_phases() 372 cf->pool, 1, sizeof(ngx_http_handler_pt)) in ngx_http_init_phases() 379 cf->pool, 2, sizeof(ngx_http_handler_pt)) in ngx_http_init_phases() 386 cf->pool, 2, sizeof(ngx_http_handler_pt)) in ngx_http_init_phases() 393 cf->pool, 4, sizeof(ngx_http_handler_pt)) in ngx_http_init_phases() 400 cf->pool, 1, sizeof(ngx_http_handler_pt)) in ngx_http_init_phases() 457 ngx_http_handler_pt *h; in ngx_http_init_phase_handlers()
|
| H A D | ngx_http_core_module.h | 135 ngx_http_handler_pt handler; 335 ngx_http_handler_pt handler;
|
| H A D | ngx_http_request.c | 3665 ngx_http_handler_pt *log_handler; in ngx_http_log_request()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_degradation_module.c | 230 ngx_http_handler_pt *h; in ngx_http_degradation_init()
|
| H A D | ngx_http_mirror_module.c | 251 ngx_http_handler_pt *h; in ngx_http_mirror_init()
|
| H A D | ngx_http_static_module.c | 275 ngx_http_handler_pt *h; in ngx_http_static_init()
|
| H A D | ngx_http_gzip_static_module.c | 318 ngx_http_handler_pt *h; in ngx_http_gzip_static_init()
|
| H A D | ngx_http_random_index_module.c | 304 ngx_http_handler_pt *h; in ngx_http_random_index_init()
|
| H A D | ngx_http_auth_request_module.c | 340 ngx_http_handler_pt *h; in ngx_http_auth_request_init()
|
| H A D | ngx_http_auth_basic_module.c | 386 ngx_http_handler_pt *h; in ngx_http_auth_basic_init()
|
| H A D | ngx_http_access_module.c | 450 ngx_http_handler_pt *h; in ngx_http_access_init()
|
| H A D | ngx_http_try_files_module.c | 391 ngx_http_handler_pt *h; in ngx_http_try_files_init()
|
| H A D | ngx_http_index_module.c | 445 ngx_http_handler_pt *h; in ngx_http_index_init()
|
| H A D | ngx_http_realip_module.c | 523 ngx_http_handler_pt *h; in ngx_http_realip_init()
|
| H A D | ngx_http_limit_conn_module.c | 657 ngx_http_handler_pt *h; in ngx_http_limit_conn_init()
|
| H A D | ngx_http_rewrite_module.c | 274 ngx_http_handler_pt *h; in ngx_http_rewrite_init()
|
| H A D | ngx_http_limit_req_module.c | 980 ngx_http_handler_pt *h; in ngx_http_limit_req_init()
|
| H A D | ngx_http_autoindex_module.c | 1059 ngx_http_handler_pt *h; in ngx_http_autoindex_init()
|
| H A D | ngx_http_dav_module.c | 1154 ngx_http_handler_pt *h; in ngx_http_dav_init()
|
| H A D | ngx_http_log_module.c | 1872 ngx_http_handler_pt *h; in ngx_http_log_init()
|