HomeSort by relevance Sort by last modified time
    Searched refs:EXM_THROW (Results 1 - 2 of 2) sorted by null

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

Completed in 49 milliseconds