Lines Matching refs:error
35 void (*error) (char *x))
53 error("NULL output pointer and no flush function provided");
58 error("Could not allocate output buffer");
64 error("Both input pointer and fill function provided,");
69 error("NULL input pointer and missing fill function");
74 error("Could not allocate input buffer");
86 error("data corrupted");
98 error("invalid header");
112 error("data corrupted");
144 error("chunk length is longer than allocated");
149 error("data corrupted");
169 error("Decoding failed");
187 error("data corrupted");
212 void (*error)(char *x)
215 return unlz4(buf, in_len - 4, fill, flush, output, posp, error);