Searched refs:index_cache (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c731 gi->index_cache = (unsigned char *) realloc(gi->index_cache, sizeof(unsigned char) * idx_size );
732 if (gi->index_cache != NULL) {
733 if (pread(fileno(gi->GeoIPDatabase), gi->index_cache,
763 if (gi->cache == NULL && gi->index_cache == NULL) {
766 } else if (gi->index_cache == NULL) {
770 buf = gi->index_cache + (long)gi->record_length * 2 * offset;
847 if (gi->cache == NULL && gi->index_cache == NULL) {
850 } else if (gi->index_cache == NULL) {
854 buf = gi->index_cache
[all...]
H A DGeoIP.h62 unsigned char *index_cache; member in struct:GeoIPTag

Completed in 69 milliseconds