Home
last modified time | relevance | path

Searched refs:ngx_http_map_find (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.h104 void *ngx_http_map_find(ngx_http_request_t *r, ngx_http_map_t *map,
H A Dngx_http_variables.c2351 ngx_http_map_find(ngx_http_request_t *r, ngx_http_map_t *map, ngx_str_t *match) in ngx_http_map_find() function
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c128 value = ngx_http_map_find(r, &map->map, &val); in ngx_http_map_variable()