Home | History | Annotate | Download | only in programs

Lines Matching refs:EXM_THROW

49             EXM_THROW(70, "Write error : cannot write block : %s",
57 EXM_THROW(91, "1 GB skip error (sparse file support)");
77 EXM_THROW(92, "Sparse skip error ; try --no-sparse");
81 EXM_THROW(93, "Write error : cannot write block : %s",
100 EXM_THROW(92, "Sparse skip error ; try --no-sparse");
102 EXM_THROW(95, "Write error : cannot write end of decoded block : %s",
118 EXM_THROW(69, "Final skip error (sparse file support)");
123 EXM_THROW(69, "Write error : cannot write last zero : %s", strerror(errno));
150 EXM_THROW(101, "Allocation error : not enough memory");
169 EXM_THROW(102,"Failed creating ioJobsMutex mutex");
176 EXM_THROW(104, "Failed creating I/O thread pool");
384 if(!ctx) EXM_THROW(100, "Allocation error : not enough memory");
499 EXM_THROW(37, "Read error");
503 EXM_THROW(37, "Unexpected short read");
549 if(!ctx) EXM_THROW(100, "Allocation error : not enough memory");
553 if(!ctx->coalesceBuffer) EXM_THROW(100, "Allocation error : not enough memory");
561 EXM_THROW(103,"Failed creating jobCompletedCond cond");