Lines Matching refs:error
115 void (*error) (char *x)) in unlzo()
127 error("NULL output pointer and no flush function provided"); in unlzo()
132 error("Could not allocate output buffer"); in unlzo()
138 error("Both input pointer and fill function provided, don't know what to do"); in unlzo()
143 error("NULL input pointer and missing fill function"); in unlzo()
148 error("Could not allocate input buffer"); in unlzo()
169 error("invalid header"); in unlzo()
192 error("file corrupted"); in unlzo()
207 error("dest len longer than block size"); in unlzo()
218 error("file corrupted"); in unlzo()
226 error("file corrupted"); in unlzo()
237 error("file corrupted"); in unlzo()
252 error("Compressed data violation"); in unlzo()