Lines Matching defs:error
76 void (*error)(char *);
95 rc->error("unexpected EOF");
542 void(*error)(char *x)
558 rc.error = error;
565 error("Could not allocate input buffer");
587 error("bad header");
638 error("LZMA data is corrupt");
643 error("LZMA data is corrupt");
675 void (*error)(char *x))
677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error);