Lines Matching refs:error
101 void (*error) (char *x))
113 error("NULL output pointer and no flush function provided");
118 error("Could not allocate output buffer");
124 error("Both input pointer and fill function provided, don't know what to do");
129 error("NULL input pointer and missing fill function");
134 error("Could not allocate input buffer");
155 error("invalid header");
178 error("file corrupted");
193 error("dest len longer than block size");
204 error("file corrupted");
212 error("file corrupted");
223 error("file corrupted");
238 error("Compressed data violation");
282 void (*error)(char *x))
284 return unlzo(buf, len, fill, flush, out_buf, pos, error);