Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.h71 #define NGX_HASH_WILDCARD_KEY 1 macro
H A Dngx_hash.c725 if (flags & NGX_HASH_WILDCARD_KEY) { in ngx_hash_add_key()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c571 (ctx->hostnames) ? NGX_HASH_WILDCARD_KEY : 0); in ngx_stream_map()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c572 (ctx->hostnames) ? NGX_HASH_WILDCARD_KEY : 0); in ngx_http_map()
H A Dngx_http_referer_module.c564 rc = ngx_hash_add_key(keys, value, u, NGX_HASH_WILDCARD_KEY); in ngx_http_add_referer()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1469 NGX_HASH_WILDCARD_KEY); in ngx_http_server_names()