| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_inet.h | 78 } ngx_addr_t; typedef 102 ngx_addr_t *addrs; 119 ngx_int_t ngx_parse_addr(ngx_pool_t *pool, ngx_addr_t *addr, u_char *text, 121 ngx_int_t ngx_parse_addr_port(ngx_pool_t *pool, ngx_addr_t *addr,
|
| H A D | ngx_syslog.h | 16 ngx_addr_t server;
|
| H A D | ngx_resolver.h | 88 ngx_addr_t *addrs;
|
| H A D | ngx_inet.c | 562 ngx_parse_addr(ngx_pool_t *pool, ngx_addr_t *addr, u_char *text, size_t len) in ngx_parse_addr() 622 ngx_parse_addr_port(ngx_pool_t *pool, ngx_addr_t *addr, u_char *text, in ngx_parse_addr_port() 749 u->addrs = ngx_pcalloc(pool, sizeof(ngx_addr_t)); in ngx_parse_unix_domain_url() 1269 ngx_addr_t *addr; in ngx_inet_add_addr() 1275 u->addrs = ngx_palloc(pool, total * nports * sizeof(ngx_addr_t)); in ngx_inet_add_addr()
|
| H A D | ngx_resolver.c | 2993 ngx_addr_t *addrs; in ngx_resolver_srv_names_handler() 3013 addrs = ngx_resolver_calloc(r, cctx->naddrs * sizeof(ngx_addr_t)); in ngx_resolver_srv_names_handler()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_realip_module.c | 27 ngx_addr_t *addr); 99 ngx_addr_t addr; in ngx_stream_realip_handler() 133 ngx_stream_realip_set_addr(ngx_stream_session_t *s, ngx_addr_t *addr) in ngx_stream_realip_set_addr()
|
| H A D | ngx_stream_upstream.h | 54 ngx_addr_t *addrs;
|
| H A D | ngx_stream_geoip_module.c | 220 ngx_addr_t addr; in ngx_stream_geoip_addr() 264 ngx_addr_t addr; in ngx_stream_geoip_addr_v6()
|
| H A D | ngx_stream_geo_module.c | 78 ngx_stream_geo_ctx_t *ctx, ngx_addr_t *addr); 171 ngx_addr_t addr; in ngx_stream_geo_cidr_variable() 244 ngx_addr_t addr; in ngx_stream_geo_range_variable() 319 ngx_addr_t *addr) in ngx_stream_geo_addr()
|
| H A D | ngx_stream_proxy_module.c | 14 ngx_addr_t *addr; 643 ngx_addr_t *addr; in ngx_stream_proxy_set_local() 667 addr = ngx_palloc(s->connection->pool, sizeof(ngx_addr_t)); in ngx_stream_proxy_set_local() 2294 local->addr = ngx_palloc(cf->pool, sizeof(ngx_addr_t)); in ngx_stream_proxy_bind()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_connect.h | 56 ngx_addr_t *local;
|
| H A D | ngx_event_openssl_stapling.c | 24 ngx_addr_t *addrs; 54 ngx_addr_t *addrs; 981 ctx->addrs = ngx_pcalloc(ctx->pool, ctx->naddrs * sizeof(ngx_addr_t)); in ngx_ssl_ocsp_resolve_handler()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_realip_module.c | 38 ngx_addr_t *addr); 136 ngx_addr_t addr; in ngx_http_realip_handler() 252 ngx_http_realip_set_addr(ngx_http_request_t *r, ngx_addr_t *addr) in ngx_http_realip_set_addr()
|
| H A D | ngx_http_geo_module.c | 83 ngx_http_geo_ctx_t *ctx, ngx_addr_t *addr); 85 ngx_http_geo_ctx_t *ctx, ngx_addr_t *addr); 180 ngx_addr_t addr; in ngx_http_geo_cidr_variable() 253 ngx_addr_t addr; in ngx_http_geo_range_variable() 328 ngx_addr_t *addr) in ngx_http_geo_addr() 349 ngx_addr_t *addr) in ngx_http_geo_real_addr()
|
| H A D | ngx_http_geoip_module.c | 242 ngx_addr_t addr; in ngx_http_geoip_addr() 294 ngx_addr_t addr; in ngx_http_geoip_addr_v6()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 96 ngx_addr_t *addrs; 141 ngx_addr_t *addr;
|
| H A D | ngx_http_core_module.h | 531 ngx_int_t ngx_http_get_forwarded_addr(ngx_http_request_t *r, ngx_addr_t *addr,
|
| H A D | ngx_http_core_module.c | 81 ngx_addr_t *addr, u_char *xff, size_t xfflen, ngx_array_t *proxies, 2629 ngx_http_get_forwarded_addr(ngx_http_request_t *r, ngx_addr_t *addr, in ngx_http_get_forwarded_addr() 2676 ngx_http_get_forwarded_addr_internal(ngx_http_request_t *r, ngx_addr_t *addr, in ngx_http_get_forwarded_addr_internal() 2681 ngx_addr_t paddr; in ngx_http_get_forwarded_addr_internal()
|
| H A D | ngx_http_upstream.c | 6130 local->addr = ngx_palloc(cf->pool, sizeof(ngx_addr_t)); in ngx_http_upstream_bind_set_slot() 6185 ngx_addr_t *addr; in ngx_http_upstream_set_local() 6209 addr = ngx_palloc(r->pool, sizeof(ngx_addr_t)); in ngx_http_upstream_set_local()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail.h | 408 void ngx_mail_proxy_init(ngx_mail_session_t *s, ngx_addr_t *peer);
|
| H A D | ngx_mail_auth_http_module.c | 16 ngx_addr_t *peer; 470 ngx_addr_t *peer; in ngx_mail_auth_http_process_headers() 775 peer = ngx_pcalloc(s->connection->pool, sizeof(ngx_addr_t)); in ngx_mail_auth_http_process_headers()
|
| H A D | ngx_mail_proxy_module.c | 116 ngx_mail_proxy_init(ngx_mail_session_t *s, ngx_addr_t *peer) in ngx_mail_proxy_init()
|