Searched refs:EXM_THROW (Results 1 – 2 of 2) sorted by relevance
/external/lz4/programs/ |
D | lz4io.c | 143 #define EXM_THROW(error, ...) \ macro 259 …if (displayLevel <= 1) EXM_THROW(11, "Operation aborted : %s already exists", output_filename); … in get_fileHandle() 261 …if ((ch!='Y') && (ch!='y')) EXM_THROW(11, "Operation aborted : %s already exists", output_filename… in get_fileHandle() 267 if ( *pfinput==0 ) EXM_THROW(12, "Pb opening %s", input_filename); in get_fileHandle() 268 if ( *pfoutput==0) EXM_THROW(13, "Pb opening %s", output_filename); in get_fileHandle() 316 if (!in_buff || !out_buff) EXM_THROW(21, "Allocation error : not enough memory"); in LZ4IO_compressFilename_Legacy() 321 if (sizeCheck!=MAGICNUMBER_SIZE) EXM_THROW(22, "Write error : cannot write header"); in LZ4IO_compressFilename_Legacy() 340 … if (sizeCheck!=(size_t)(outSize+4)) EXM_THROW(23, "Write error : cannot write compressed block"); in LZ4IO_compressFilename_Legacy() 387 …if (LZ4F_isError(errorCode)) EXM_THROW(30, "Allocation error : can't create LZ4F context : %s", LZ… in LZ4IO_compressFilename() 402 if (!in_buff || !out_buff) EXM_THROW(31, "Allocation error : not enough memory"); in LZ4IO_compressFilename() [all …]
|
D | lz4cli.c | 121 #define EXM_THROW(error, ...) \ macro
|