Searched refs:proxies (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_geoip_module.c | 25 ngx_array_t *proxies; /* array of ngx_cidr_t */ member 252 if (xfwd->nelts > 0 && gcf->proxies != NULL) { in ngx_http_geoip_addr() 254 gcf->proxies, gcf->proxy_recursive); in ngx_http_geoip_addr() 307 if (xfwd->nelts > 0 && gcf->proxies != NULL) { in ngx_http_geoip_addr_v6() 309 gcf->proxies, gcf->proxy_recursive); in ngx_http_geoip_addr_v6() 863 if (gcf->proxies == NULL) { in ngx_http_geoip_proxy() 864 gcf->proxies = ngx_array_create(cf->pool, 4, sizeof(ngx_cidr_t)); in ngx_http_geoip_proxy() 865 if (gcf->proxies == NULL) { in ngx_http_geoip_proxy() 870 c = ngx_array_push(gcf->proxies); in ngx_http_geoip_proxy()
|
| H A D | ngx_http_geo_module.c | 51 ngx_array_t *proxies; member 75 ngx_array_t *proxies; member 338 if (xfwd->nelts > 0 && ctx->proxies != NULL) { in ngx_http_geo_addr() 340 ctx->proxies, ctx->proxy_recursive); in ngx_http_geo_addr() 481 geo->proxies = ctx.proxies; in ngx_http_geo_block() 1304 if (ctx->proxies == NULL) { in ngx_http_geo_add_proxy() 1305 ctx->proxies = ngx_array_create(ctx->pool, 4, sizeof(ngx_cidr_t)); in ngx_http_geo_add_proxy() 1306 if (ctx->proxies == NULL) { in ngx_http_geo_add_proxy() 1311 c = ngx_array_push(ctx->proxies); in ngx_http_geo_add_proxy()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mailbox/ |
| H A D | ti,secure-proxy.txt | 7 called "threads" or "proxies" - each instance is unidirectional and is
|
| H A D | ti,message-manager.txt | 7 "proxies" - each instance is unidirectional and is instantiated at SoC
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.h | 532 ngx_array_t *headers, ngx_str_t *value, ngx_array_t *proxies,
|
| H A D | ngx_http_core_module.c | 81 ngx_addr_t *addr, u_char *xff, size_t xfflen, ngx_array_t *proxies, 2630 ngx_array_t *headers, ngx_str_t *value, ngx_array_t *proxies, in ngx_http_get_forwarded_addr() argument 2639 value->len, proxies, in ngx_http_get_forwarded_addr() 2652 h[i]->value.len, proxies, in ngx_http_get_forwarded_addr() 2677 u_char *xff, size_t xfflen, ngx_array_t *proxies, int recursive) in ngx_http_get_forwarded_addr_internal() argument 2683 if (ngx_cidr_match(addr->sockaddr, proxies) != NGX_OK) { in ngx_http_get_forwarded_addr_internal() 2708 proxies, 1); in ngx_http_get_forwarded_addr_internal()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | member_lib.rst | 55 depicts a distributed web cache architecture where a collection of proxies 57 provide faster responses to clients, and the proxies use the Membership
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 2995 and proxies to an HTTPS backend.
|