Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1324 addr->wc_head = NULL; in ngx_http_add_address()
1520 addr->wc_head = (ngx_hash_wildcard_t *) hash.hash; in ngx_http_server_names()
1812 && (addr[i].wc_head == NULL in ngx_http_add_addrs()
1813 || addr[i].wc_head->hash.buckets == NULL) in ngx_http_add_addrs()
1832 vn->names.wc_head = addr[i].wc_head; in ngx_http_add_addrs()
1877 && (addr[i].wc_head == NULL in ngx_http_add_addrs6()
1878 || addr[i].wc_head->hash.buckets == NULL) in ngx_http_add_addrs6()
1897 vn->names.wc_head = addr[i].wc_head; in ngx_http_add_addrs6()
H A Dngx_http_core_module.h282 ngx_hash_wildcard_t *wc_head; member
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.h47 ngx_hash_wildcard_t *wc_head; member
H A Dngx_hash.c228 if (hash->wc_head && hash->wc_head->hash.buckets) { in ngx_hash_find_combined()
229 value = ngx_hash_find_wc_head(hash->wc_head, name, len); in ngx_hash_find_combined()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_referer_module.c132 && rlcf->hash.wc_head == NULL in ngx_http_referer_variable()
428 conf->hash.wc_head = (ngx_hash_wildcard_t *) hash.hash; in ngx_http_referer_merge_conf()
H A Dngx_http_map_module.c330 map->map.hash.wc_head = (ngx_hash_wildcard_t *) hash.hash; in ngx_http_map_block()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c329 map->map.hash.wc_head = (ngx_hash_wildcard_t *) hash.hash; in ngx_stream_map_block()