Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geoip_module.c79 static GeoIPRecord *ngx_http_geoip_get_city_record(ngx_http_request_t *r);
450 gr = ngx_http_geoip_get_city_record(r); in ngx_http_geoip_city_variable()
498 gr = ngx_http_geoip_get_city_record(r); in ngx_http_geoip_region_name_variable()
541 gr = ngx_http_geoip_get_city_record(r); in ngx_http_geoip_city_float_variable()
573 gr = ngx_http_geoip_get_city_record(r); in ngx_http_geoip_city_int_variable()
599 ngx_http_geoip_get_city_record(ngx_http_request_t *r) in ngx_http_geoip_get_city_record() function