Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.c111 hwc = (ngx_hash_wildcard_t *) in ngx_hash_find_wc_head()
113 return hwc->value; in ngx_hash_find_wc_head()
124 return hwc->value; in ngx_hash_find_wc_head()
142 return hwc->value; in ngx_hash_find_wc_head()
174 value = ngx_hash_find(&hwc->hash, key, name, i); in ngx_hash_find_wc_tail()
200 return hwc->value; in ngx_hash_find_wc_tail()
206 return hwc->value; in ngx_hash_find_wc_tail()
720 ngx_array_t *keys, *hwc; in ngx_hash_add_key() local
916 hwc = &ha->dns_wc_head; in ngx_hash_add_key()
932 hwc = &ha->dns_wc_tail; in ngx_hash_add_key()
[all …]
H A Dngx_hash.h101 void *ngx_hash_find_wc_head(ngx_hash_wildcard_t *hwc, u_char *name, size_t len);
102 void *ngx_hash_find_wc_tail(ngx_hash_wildcard_t *hwc, u_char *name, size_t len);