Home
last modified time | relevance | path

Searched refs:variables_hash (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.h157 ngx_hash_t variables_hash; member
H A Dngx_stream_variables.c404 v = ngx_hash_find(&cmcf->variables_hash, key, name->data, name->len); in ngx_stream_get_variable()
1232 hash.hash = &cmcf->variables_hash; in ngx_stream_variables_init_vars()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h159 ngx_hash_t variables_hash; member
H A Dngx_http_variables.c670 v = ngx_hash_find(&cmcf->variables_hash, key, name->data, name->len); in ngx_http_get_variable()
2697 hash.hash = &cmcf->variables_hash; in ngx_http_variables_init_vars()