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 D | ngx_http_variables.h | 51 ngx_int_t ngx_http_get_variable_index(ngx_conf_t *cf, ngx_str_t *name);
|
| H A D | ngx_http_variables.c | 530 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 D | ngx_http_script.c | 795 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 D | ngx_http_auth_request_module.c | 421 av->index = ngx_http_get_variable_index(cf, &value[1]); in ngx_http_auth_request_set()
|
| H A D | ngx_http_rewrite_module.c | 871 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 D | ngx_http_userid_filter_module.c | 637 n = ngx_http_get_variable_index(cf, &ngx_http_userid_reset); in ngx_http_userid_add_variables()
|
| H A D | ngx_http_memcached_module.c | 725 mlcf->index = ngx_http_get_variable_index(cf, &ngx_http_memcached_key); in ngx_http_memcached_pass()
|
| H A D | ngx_http_geo_module.c | 421 geo->index = ngx_http_get_variable_index(cf, &name); in ngx_http_geo_block()
|
| H A D | ngx_http_charset_filter_module.c | 1425 *cp = ngx_http_get_variable_index(cf, &var); in ngx_http_set_charset_slot()
|
| H A D | ngx_http_log_module.c | 921 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 D | ngx_http_perl_module.c | 998 index = ngx_http_get_variable_index(cf, &value[1]); in ngx_http_perl_set()
|