Home
last modified time | relevance | path

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

/third_party/lz4/examples/
H A DframeCompress.c30 /* safe_fwrite() :
32 static void safe_fwrite(void* buf, size_t eltSize, size_t nbElt, FILE* f) in safe_fwrite() function
81 safe_fwrite(outBuff, 1, headerSize, f_out); in compress_file_internal()
126 safe_fwrite(outBuff, 1, compressedSize, f_out); in compress_file_internal()
140 safe_fwrite(outBuff, 1, compressedSize, f_out); in compress_file_internal()
239 if (dstSize != 0) safe_fwrite(dst, 1, dstSize, f_out); in decompress_file_internal()

Completed in 1 milliseconds