Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.h89 } ngx_hash_keys_arrays_t; typedef
117 ngx_int_t ngx_hash_keys_array_init(ngx_hash_keys_arrays_t *ha, ngx_uint_t type);
118 ngx_int_t ngx_hash_add_key(ngx_hash_keys_arrays_t *ha, ngx_str_t *key,
H A Dngx_hash.c658 ngx_hash_keys_array_init(ngx_hash_keys_arrays_t *ha, ngx_uint_t type) in ngx_hash_keys_array_init()
713 ngx_hash_add_key(ngx_hash_keys_arrays_t *ha, ngx_str_t *key, void *value, in ngx_hash_add_key()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.h35 ngx_hash_keys_arrays_t commands;
H A Dngx_http_referer_module.c28 ngx_hash_keys_arrays_t *keys;
42 ngx_hash_keys_arrays_t *keys, ngx_str_t *value, ngx_str_t *uri);
481 rlcf->keys = ngx_pcalloc(cf->temp_pool, sizeof(ngx_hash_keys_arrays_t)); in ngx_http_valid_referers()
546 ngx_http_add_referer(ngx_conf_t *cf, ngx_hash_keys_arrays_t *keys, in ngx_http_add_referer()
H A Dngx_http_map_module.c20 ngx_hash_keys_arrays_t keys;
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.h166 ngx_hash_keys_arrays_t *variables_keys;
H A Dngx_stream_map_module.c20 ngx_hash_keys_arrays_t keys;
H A Dngx_stream_variables.c1111 sizeof(ngx_hash_keys_arrays_t)); in ngx_stream_variables_add_core_vars()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h171 ngx_hash_keys_arrays_t *variables_keys;
H A Dngx_http.c1431 ngx_hash_keys_arrays_t ha; in ngx_http_server_names()
1440 ngx_memzero(&ha, sizeof(ngx_hash_keys_arrays_t)); in ngx_http_server_names()
H A Dngx_http_variables.c2575 sizeof(ngx_hash_keys_arrays_t)); in ngx_http_variables_add_core_vars()