Home
last modified time | relevance | path

Searched refs:handler_conf (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_split_clients_module.c167 cf->handler_conf = conf; in ngx_conf_split_clients_block()
H A Dngx_stream_map_module.c274 cf->handler_conf = conf; in ngx_stream_map_block()
H A Dngx_stream_geo_module.c441 cf->handler_conf = conf; in ngx_stream_geo_block()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_split_clients_module.c169 cf->handler_conf = conf; in ngx_conf_split_clients_block()
H A Dngx_http_map_module.c275 cf->handler_conf = conf; in ngx_http_map_block()
H A Dngx_http_geo_module.c471 cf->handler_conf = conf; in ngx_http_geo_block()
H A Dngx_http_charset_filter_module.c1287 cf->handler_conf = conf; in ngx_http_charset_map_block()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h131 void *handler_conf; member
H A Dngx_conf_file.c304 rv = (*cf->handler)(cf, NULL, cf->handler_conf); in ngx_conf_parse()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3117 cf->handler_conf = conf; in ngx_http_core_types()