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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIPCity.c49 const int FULL_RECORD_LENGTH = 50; variable
75 begin_record_buf = record_buf = malloc(sizeof(char) * FULL_RECORD_LENGTH);
76 bytes_read = pread(fileno(gi->GeoIPDatabase), record_buf, FULL_RECORD_LENGTH, record_pointer);

Completed in 93 milliseconds