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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/lzotest/
H A Dlzotest.c1025 FILE *fp_dump = NULL; local
1028 fp_dump = fopen(opt_dump_compressed_data,"wb");
1127 if (fp_dump)
1129 lzo_uint l = (lzo_uint) lzo_fwrite(fp_dump, block_c.ptr, c_len);
1130 if (l != c_len || fflush(fp_dump) != 0) {
1132 (void) fclose(fp_dump); fp_dump = NULL;
1223 if (fp_dump) {
1224 (void) fclose(fp_dump); fp_dump
[all...]

Completed in 82 milliseconds