Searched refs:ngx_http_geoip_addr (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_geoip_module.c | 240 ngx_http_geoip_addr(ngx_http_request_t *r, ngx_http_geoip_conf_t *gcf) in ngx_http_geoip_addr() function 363 : handler(gcf->country, ngx_http_geoip_addr(r, gcf)); in ngx_http_geoip_country_variable() 365 val = handler(gcf->country, ngx_http_geoip_addr(r, gcf)); in ngx_http_geoip_country_variable() 407 ngx_http_geoip_addr(r, gcf)); in ngx_http_geoip_org_variable() 409 val = GeoIP_name_by_ipnum(gcf->org, ngx_http_geoip_addr(r, gcf)); in ngx_http_geoip_org_variable() 611 ngx_http_geoip_addr(r, gcf)); in ngx_http_geoip_get_city_record() 613 return GeoIP_record_by_ipnum(gcf->city, ngx_http_geoip_addr(r, gcf)); in ngx_http_geoip_get_city_record()
|