Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geoip_module.c218 ngx_stream_geoip_addr(ngx_stream_session_t *s, ngx_stream_geoip_conf_t *gcf) in ngx_stream_geoip_addr() function
325 : handler(gcf->country, ngx_stream_geoip_addr(s, gcf)); in ngx_stream_geoip_country_variable()
327 val = handler(gcf->country, ngx_stream_geoip_addr(s, gcf)); in ngx_stream_geoip_country_variable()
369 ngx_stream_geoip_addr(s, gcf)); in ngx_stream_geoip_org_variable()
371 val = GeoIP_name_by_ipnum(gcf->org, ngx_stream_geoip_addr(s, gcf)); in ngx_stream_geoip_org_variable()
573 ngx_stream_geoip_addr(s, gcf)); in ngx_stream_geoip_get_city_record()
575 return GeoIP_record_by_ipnum(gcf->city, ngx_stream_geoip_addr(s, gcf)); in ngx_stream_geoip_get_city_record()