Lines Matching defs:method
43 GeoIPOptions method, const char *name)
66 db = GeoIP_open_type(edition, method);
85 init_geoip_db(dbp, fallback, 0, method, name);
90 GeoIPOptions method;
93 method = GEOIP_STANDARD;
95 method = GEOIP_MMAP_CACHE;
105 method, "Country (IPv4)");
108 method, "Country (IPv6)");
112 GEOIP_CITY_EDITION_REV0, method, "City (IPv4)");
115 GEOIP_CITY_EDITION_REV0_V6, method, "City (IPv6)");
119 GEOIP_REGION_EDITION_REV0, method, "Region");
121 method, "ISP");
123 method, "Org");
125 method, "AS");
127 method, "Domain");
129 method, "NetSpeed");