city               17 http/modules/ngx_http_geoip_module.c     GeoIP      *city;
city              141 http/modules/ngx_http_geoip_module.c       offsetof(GeoIPRecord, city), 0, 0 },
city              373 http/modules/ngx_http_geoip_module.c     if (gcf->city && r->connection->sockaddr->sa_family == AF_INET) {
city              378 http/modules/ngx_http_geoip_module.c         return GeoIP_record_by_ipnum(gcf->city, addr);
city              484 http/modules/ngx_http_geoip_module.c     if (gcf->city) {
city              490 http/modules/ngx_http_geoip_module.c     gcf->city = GeoIP_open((char *) value[1].data, GEOIP_MEMORY_CACHE);
city              492 http/modules/ngx_http_geoip_module.c     if (gcf->city == NULL) {
city              501 http/modules/ngx_http_geoip_module.c             GeoIP_set_charset (gcf->city, GEOIP_CHARSET_UTF8);
city              510 http/modules/ngx_http_geoip_module.c     switch (gcf->city->databaseType) {
city              520 http/modules/ngx_http_geoip_module.c                            &value[1], gcf->city->databaseType);
city              535 http/modules/ngx_http_geoip_module.c     if (gcf->city) {
city              536 http/modules/ngx_http_geoip_module.c         GeoIP_delete(gcf->city);