Home
last modified time | relevance | path

Searched refs:proxies (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geoip_module.c25 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 Dngx_http_geo_module.c51 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 Dti,secure-proxy.txt7 called "threads" or "proxies" - each instance is unidirectional and is
H A Dti,message-manager.txt7 "proxies" - each instance is unidirectional and is instantiated at SoC
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h532 ngx_array_t *headers, ngx_str_t *value, ngx_array_t *proxies,
H A Dngx_http_core_module.c81 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 Dmember_lib.rst55 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 DCHANGES2995 and proxies to an HTTPS backend.