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 D | ngx_hash.h | 89 } 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 D | ngx_hash.c | 658 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 D | ngx_http_ssi_filter_module.h | 35 ngx_hash_keys_arrays_t commands;
|
| H A D | ngx_http_referer_module.c | 28 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 D | ngx_http_map_module.c | 20 ngx_hash_keys_arrays_t keys;
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream.h | 166 ngx_hash_keys_arrays_t *variables_keys;
|
| H A D | ngx_stream_map_module.c | 20 ngx_hash_keys_arrays_t keys;
|
| H A D | ngx_stream_variables.c | 1111 sizeof(ngx_hash_keys_arrays_t)); in ngx_stream_variables_add_core_vars()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.h | 171 ngx_hash_keys_arrays_t *variables_keys;
|
| H A D | ngx_http.c | 1431 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 D | ngx_http_variables.c | 2575 sizeof(ngx_hash_keys_arrays_t)); in ngx_http_variables_add_core_vars()
|