Searched refs:begin_record_buf (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.c58 unsigned char *begin_record_buf = NULL; local
75 begin_record_buf = record_buf = malloc(sizeof(char) * FULL_RECORD_LENGTH);
79 free(begin_record_buf);
155 free(begin_record_buf);
159 *next_record_ptr = seek_record + record_buf - begin_record_buf + 3;

Completed in 102 milliseconds