Lines Matching refs:error
102 void (*error) (char *x))
114 error("NULL output pointer and no flush function provided");
119 error("Could not allocate output buffer");
125 error("Both input pointer and fill function provided, don't know what to do");
130 error("NULL input pointer and missing fill function");
135 error("Could not allocate input buffer");
156 error("invalid header");
179 error("file corrupted");
194 error("dest len longer than block size");
205 error("file corrupted");
213 error("file corrupted");
224 error("file corrupted");
239 error("Compressed data violation");
283 void (*error)(char *x))
285 return unlzo(buf, len, fill, flush, out_buf, pos, error);