Searched refs:file_path_gz (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 DGeoIPUpdate.c295 char * file_path_gz, * file_path_test; local
412 file_path_gz = malloc(sizeof(char) * (strlen(GeoIPDBFileName[GEOIP_COUNTRY_EDITION]) + 4));
413 if (file_path_gz == NULL)
415 strcpy(file_path_gz,GeoIPDBFileName[GEOIP_COUNTRY_EDITION]);
416 strcat(file_path_gz,".gz");
418 GeoIP_printf(f, SavingGzip, file_path_gz);
420 comp_fh = fopen(file_path_gz, "wb");
423 free(file_path_gz);
442 gz_fh = gzopen(file_path_gz, "rb");
474 unlink(file_path_gz);
555 char * file_path_gz, * file_path_test; local
[all...]

Completed in 112 milliseconds