Home
last modified time | relevance | path

Searched refs:ngx_http_get_variable_index (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.h51 ngx_int_t ngx_http_get_variable_index(ngx_conf_t *cf, ngx_str_t *name);
H A Dngx_http_variables.c530 ngx_http_get_variable_index(ngx_conf_t *cf, ngx_str_t *name) in ngx_http_get_variable_index() function
2480 rv[i].index = ngx_http_get_variable_index(cf, &name); in ngx_http_regex_compile()
H A Dngx_http_script.c795 index = ngx_http_get_variable_index(sc->cf, name); in ngx_http_script_add_var_code()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_auth_request_module.c421 av->index = ngx_http_get_variable_index(cf, &value[1]); in ngx_http_auth_request_set()
H A Dngx_http_rewrite_module.c871 index = ngx_http_get_variable_index(cf, value); in ngx_http_rewrite_variable()
918 index = ngx_http_get_variable_index(cf, &value[1]); in ngx_http_rewrite_set()
H A Dngx_http_userid_filter_module.c637 n = ngx_http_get_variable_index(cf, &ngx_http_userid_reset); in ngx_http_userid_add_variables()
H A Dngx_http_memcached_module.c725 mlcf->index = ngx_http_get_variable_index(cf, &ngx_http_memcached_key); in ngx_http_memcached_pass()
H A Dngx_http_geo_module.c421 geo->index = ngx_http_get_variable_index(cf, &name); in ngx_http_geo_block()
H A Dngx_http_charset_filter_module.c1425 *cp = ngx_http_get_variable_index(cf, &var); in ngx_http_set_charset_slot()
H A Dngx_http_log_module.c921 index = ngx_http_get_variable_index(cf, value); in ngx_http_log_variable_compile()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.c998 index = ngx_http_get_variable_index(cf, &value[1]); in ngx_http_perl_set()