Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_referer_module.c377 && conf->keys->dns_wc_head.nelts == 0 in ngx_http_referer_merge_conf()
411 if (conf->keys->dns_wc_head.nelts) { in ngx_http_referer_merge_conf()
413 ngx_qsort(conf->keys->dns_wc_head.elts, in ngx_http_referer_merge_conf()
414 (size_t) conf->keys->dns_wc_head.nelts, in ngx_http_referer_merge_conf()
421 if (ngx_hash_wildcard_init(&hash, conf->keys->dns_wc_head.elts, in ngx_http_referer_merge_conf()
422 conf->keys->dns_wc_head.nelts) in ngx_http_referer_merge_conf()
H A Dngx_http_map_module.c313 if (ctx.keys.dns_wc_head.nelts) { in ngx_http_map_block()
315 ngx_qsort(ctx.keys.dns_wc_head.elts, in ngx_http_map_block()
316 (size_t) ctx.keys.dns_wc_head.nelts, in ngx_http_map_block()
322 if (ngx_hash_wildcard_init(&hash, ctx.keys.dns_wc_head.elts, in ngx_http_map_block()
323 ctx.keys.dns_wc_head.nelts) in ngx_http_map_block()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c312 if (ctx.keys.dns_wc_head.nelts) { in ngx_stream_map_block()
314 ngx_qsort(ctx.keys.dns_wc_head.elts, in ngx_stream_map_block()
315 (size_t) ctx.keys.dns_wc_head.nelts, in ngx_stream_map_block()
321 if (ngx_hash_wildcard_init(&hash, ctx.keys.dns_wc_head.elts, in ngx_stream_map_block()
322 ctx.keys.dns_wc_head.nelts) in ngx_stream_map_block()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_hash.h84 ngx_array_t dns_wc_head; member
H A Dngx_hash.c677 if (ngx_array_init(&ha->dns_wc_head, ha->temp_pool, asize, in ngx_hash_keys_array_init()
916 hwc = &ha->dns_wc_head; in ngx_hash_add_key()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1505 if (ha.dns_wc_head.nelts) { in ngx_http_server_names()
1507 ngx_qsort(ha.dns_wc_head.elts, (size_t) ha.dns_wc_head.nelts, in ngx_http_server_names()
1513 if (ngx_hash_wildcard_init(&hash, ha.dns_wc_head.elts, in ngx_http_server_names()
1514 ha.dns_wc_head.nelts) in ngx_http_server_names()