Searched refs:post_handler (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_conf_file.h | 139 ngx_conf_post_handler_pt post_handler; member 144 ngx_conf_post_handler_pt post_handler; member 151 ngx_conf_post_handler_pt post_handler; member
|
| H A D | ngx_conf_file.c | 1058 return post->post_handler(cf, post, fp); in ngx_conf_set_flag_slot() 1085 return post->post_handler(cf, post, field); in ngx_conf_set_str_slot() 1121 return post->post_handler(cf, post, s); in ngx_conf_set_str_array_slot() 1159 return post->post_handler(cf, post, kv); in ngx_conf_set_keyval_slot() 1190 return post->post_handler(cf, post, np); in ngx_conf_set_num_slot() 1221 return post->post_handler(cf, post, sp); in ngx_conf_set_size_slot() 1252 return post->post_handler(cf, post, op); in ngx_conf_set_off_slot() 1283 return post->post_handler(cf, post, msp); in ngx_conf_set_msec_slot() 1314 return post->post_handler(cf, post, sp); in ngx_conf_set_sec_slot()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_request_body.c | 31 ngx_http_client_body_handler_pt post_handler) in ngx_http_read_client_request_body() argument 45 post_handler(r); in ngx_http_read_client_request_body() 71 rb->post_handler = post_handler; in ngx_http_read_client_request_body() 77 post_handler(r); in ngx_http_read_client_request_body() 147 post_handler(r); in ngx_http_read_client_request_body() 201 post_handler(r); in ngx_http_read_client_request_body() 421 rb->post_handler(r); in ngx_http_do_read_client_request_body()
|
| H A D | ngx_http.h | 141 ngx_http_client_body_handler_pt post_handler);
|
| H A D | ngx_http_request.h | 303 ngx_http_client_body_handler_pt post_handler; member
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 3845 rb->post_handler(r); in ngx_http_v2_read_request_body() 4024 rb->post_handler(r); in ngx_http_v2_process_request_body()
|