country            16 http/modules/ngx_http_geoip_module.c     GeoIP      *country;
country           181 http/modules/ngx_http_geoip_module.c     if (gcf->country == NULL) {
country           192 http/modules/ngx_http_geoip_module.c     val = handler(gcf->country, addr);
country           434 http/modules/ngx_http_geoip_module.c     if (gcf->country) {
country           440 http/modules/ngx_http_geoip_module.c     gcf->country = GeoIP_open((char *) value[1].data, GEOIP_MEMORY_CACHE);
country           442 http/modules/ngx_http_geoip_module.c     if (gcf->country == NULL) {
country           451 http/modules/ngx_http_geoip_module.c             GeoIP_set_charset (gcf->country, GEOIP_CHARSET_UTF8);
country           460 http/modules/ngx_http_geoip_module.c     switch (gcf->country->databaseType) {
country           471 http/modules/ngx_http_geoip_module.c                            &value[1], gcf->country->databaseType);
country           531 http/modules/ngx_http_geoip_module.c     if (gcf->country) {
country           532 http/modules/ngx_http_geoip_module.c         GeoIP_delete(gcf->country);