Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c39 } ngx_http_map_ctx_t; typedef
111 ngx_http_map_ctx_t *map = (ngx_http_map_ctx_t *) data; in ngx_http_map_variable()
185 ngx_http_map_ctx_t *map; in ngx_http_map_block()
202 map = ngx_pcalloc(cf->pool, sizeof(ngx_http_map_ctx_t)); in ngx_http_map_block()