Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geoip_module.c79 static GeoIPRecord *ngx_stream_geoip_get_city_record(ngx_stream_session_t *s);
412 gr = ngx_stream_geoip_get_city_record(s); in ngx_stream_geoip_city_variable()
460 gr = ngx_stream_geoip_get_city_record(s); in ngx_stream_geoip_region_name_variable()
503 gr = ngx_stream_geoip_get_city_record(s); in ngx_stream_geoip_city_float_variable()
535 gr = ngx_stream_geoip_get_city_record(s); in ngx_stream_geoip_city_int_variable()
561 ngx_stream_geoip_get_city_record(ngx_stream_session_t *s) in ngx_stream_geoip_get_city_record() function