Searched refs:ngx_hash_find_combined (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_hash.h | 103 void *ngx_hash_find_combined(ngx_hash_combined_t *hash, ngx_uint_t key,
|
| H A D | ngx_hash.c | 211 ngx_hash_find_combined(ngx_hash_combined_t *hash, ngx_uint_t key, u_char *name, in ngx_hash_find_combined() function
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_referer_module.c | 193 uri = ngx_hash_find_combined(&rlcf->hash, key, buf, p - ref); in ngx_http_referer_variable()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_variables.c | 909 value = ngx_hash_find_combined(&map->hash, key, low, len); in ngx_stream_map_find()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_variables.c | 2372 value = ngx_hash_find_combined(&map->hash, key, low, len); in ngx_http_map_find()
|
| H A D | ngx_http_request.c | 2244 cscf = ngx_hash_find_combined(&virtual_names->names, in ngx_http_find_virtual_server()
|