Home
last modified time | relevance | path

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 Dngx_hash.h103 void *ngx_hash_find_combined(ngx_hash_combined_t *hash, ngx_uint_t key,
H A Dngx_hash.c211 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 Dngx_http_referer_module.c193 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 Dngx_stream_variables.c909 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 Dngx_http_variables.c2372 value = ngx_hash_find_combined(&map->hash, key, low, len); in ngx_http_map_find()
H A Dngx_http_request.c2244 cscf = ngx_hash_find_combined(&virtual_names->names, in ngx_http_find_virtual_server()