Searched refs:GEOIP_MEMORY_CACHE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/test/
H A Dbenchmark.c158 testgeoipcountry(GEOIP_MEMORY_CACHE,
159 "GeoIP Country with GEOIP_MEMORY_CACHE", 1000 * time);
160 testgeoipcountry(GEOIP_MEMORY_CACHE | GEOIP_CHECK_CACHE,
161 "GeoIP Country with GEOIP_MEMORY_CACHE and GEOIP_CHECK_CACHE",
167 testgeoipregion(GEOIP_MEMORY_CACHE, "GeoIP Region with GEOIP_MEMORY_CACHE",
169 testgeoipregion(GEOIP_MEMORY_CACHE | GEOIP_CHECK_CACHE,
170 "GeoIP Region with GEOIP_MEMORY_CACHE and GEOIP_CHECK_CACHE",
179 testgeoiporg(GEOIP_MEMORY_CACHE, "GeoIP Org with GEOIP_MEMORY_CACHE",
[all...]
H A Dtest-geoip-region.c62 gi = GeoIP_open("../data/GeoIPRegion.dat", GEOIP_MEMORY_CACHE);
H A Dtest-geoip.c42 gi = GeoIP_open(SRCDIR "/data/GeoIP.dat", GEOIP_MEMORY_CACHE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c663 if (gi->flags & (GEOIP_MEMORY_CACHE | GEOIP_MMAP_CACHE)) {
703 } else if ( gi->flags & GEOIP_MEMORY_CACHE ) {
1009 if (flags & (GEOIP_MEMORY_CACHE | GEOIP_MMAP_CACHE) ) {
1059 if (flags & GEOIP_MEMORY_CACHE) {
H A DGeoIP.h97 GEOIP_MEMORY_CACHE = 1, enumerator in enum:__anon4

Completed in 77 milliseconds