Searched refs:_cupsRasterAddError (Results 1 – 4 of 4) sorted by relevance
/external/libcups/filter/ |
D | interpret.c | 156 _cupsRasterAddError("Page header cannot be NULL!\n"); in cupsRasterInterpretPPD() 371 _cupsRasterAddError("Page header callback returned error.\n"); in cupsRasterInterpretPPD() 387 _cupsRasterAddError("Page header uses unsupported values.\n"); in cupsRasterInterpretPPD() 529 _cupsRasterAddError("Unable to duplicate code string.\n"); in _cupsRasterExecPS() 535 _cupsRasterAddError("Unable to create stack.\n"); in _cupsRasterExecPS() 563 _cupsRasterAddError("cleartomark: Stack underflow.\n"); in _cupsRasterExecPS() 655 _cupsRasterAddError("Unknown operator \"%s\".\n", obj->value.other); in _cupsRasterExecPS() 767 _cupsRasterAddError(" /%s", obj->value.name); in error_object() 771 _cupsRasterAddError(" %g", obj->value.number); in error_object() 775 _cupsRasterAddError(" (%s)", obj->value.string); in error_object() [all …]
|
D | raster.c | 211 _cupsRasterAddError("%s", strerror(EINVAL)); in cupsRasterInitPWGHeader() 241 _cupsRasterAddError("Raster dimensions too large."); in cupsRasterInitPWGHeader() 301 _cupsRasterAddError("Unsupported raster type \'%s\'.", type); in cupsRasterInitPWGHeader() 353 _cupsRasterAddError("Unsupported raster type \'%s\'.", type); in cupsRasterInitPWGHeader() 381 _cupsRasterAddError("Unsupported sides value \'%s\'.", sides); in cupsRasterInitPWGHeader() 412 _cupsRasterAddError("Unsupported sheet_back value \'%s\'.", sheet_back); in cupsRasterInitPWGHeader() 482 _cupsRasterAddError("Unable to allocate memory for raster stream: %s\n", in cupsRasterOpenIO() 501 _cupsRasterAddError("Unable to read header from raster stream: %s\n", in cupsRasterOpenIO() 517 _cupsRasterAddError("Unknown raster format %08x!\n", r->sync); in cupsRasterOpenIO() 545 _cupsRasterAddError("Unable to read header from raster stream: %s\n", in cupsRasterOpenIO() [all …]
|
D | error.c | 47 _cupsRasterAddError(const char *f, /* I - Printf-style error message */ in _cupsRasterAddError() function
|
/external/libcups/cups/ |
D | raster-private.h | 53 extern void _cupsRasterAddError(const char *f, ...) _CUPS_FORMAT(1,2);
|