Lines Matching refs:DOMPRINTF

62         DOMPRINTF("BZIP2: Input is 0 size");  in xc_try_bzip2_decode()
69 DOMPRINTF("BZIP2: Error initting stream"); in xc_try_bzip2_decode()
85 DOMPRINTF("BZIP2: Input too large"); in xc_try_bzip2_decode()
92 DOMPRINTF("BZIP2: Failed to alloc memory"); in xc_try_bzip2_decode()
107 DOMPRINTF("BZIP2: Saw data stream end"); in xc_try_bzip2_decode()
113 DOMPRINTF("BZIP2: error %d", ret); in xc_try_bzip2_decode()
123 DOMPRINTF("BZIP2: output buffer overflow"); in xc_try_bzip2_decode()
130 DOMPRINTF("BZIP2: output too large"); in xc_try_bzip2_decode()
138 DOMPRINTF("BZIP2: Failed to realloc memory"); in xc_try_bzip2_decode()
157 DOMPRINTF("BZIP2: not enough input"); in xc_try_bzip2_decode()
167 DOMPRINTF("BZIP2: Error registering stream output"); in xc_try_bzip2_decode()
172 DOMPRINTF("%s: BZIP2 decompress OK, 0x%zx -> 0x%lx", in xc_try_bzip2_decode()
215 DOMPRINTF("%s: Input is 0 size", what); in _xc_try_lzma_decode()
227 DOMPRINTF("%s: Failed to alloc memory", what); in _xc_try_lzma_decode()
242 DOMPRINTF("%s: Saw data stream end", what); in _xc_try_lzma_decode()
279 DOMPRINTF("%s: %s decompression error: %s", in _xc_try_lzma_decode()
290 DOMPRINTF("%s: output buffer overflow", what); in _xc_try_lzma_decode()
297 DOMPRINTF("%s: output too large", what); in _xc_try_lzma_decode()
305 DOMPRINTF("%s: Failed to realloc memory", what); in _xc_try_lzma_decode()
319 DOMPRINTF("%s: Error registering stream output", what); in _xc_try_lzma_decode()
324 DOMPRINTF("%s: %s decompress OK, 0x%zx -> 0x%zx", in _xc_try_lzma_decode()
346 DOMPRINTF("XZ: Failed to init decoder"); in xc_try_xz_decode()
360 DOMPRINTF("LZMA: Failed to init decoder"); in xc_try_lzma_decode()
428 DOMPRINTF("LZO1x: Failed to init library (%d)\n", ret); in xc_try_lzo1x_decode()
434 DOMPRINTF("LZO1x: Unrecognized magic\n"); in xc_try_lzo1x_decode()
468 DOMPRINTF("LZO1x: Incomplete header\n"); in xc_try_lzo1x_decode()
574 DOMPRINTF("LZO1x decompression error: %s\n", msg); in xc_try_lzo1x_decode()