MCPcopy Create free account
hub / github.com/OpenPrinting/cups / _cupsRasterClearError

Function _cupsRasterClearError

cups/raster-error.c:94–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 */
93
94void
95_cupsRasterClearError(void)
96{
97 _cups_globals_t *cg = _cupsGlobals();
98 /* Thread globals */
99 _cups_raster_error_t *buf = &cg->raster_error;
100 /* Error buffer */
101
102
103 buf->current = buf->start;
104
105 if (buf->start)
106 *(buf->start) = '\0';
107}
108
109
110/*

Callers 2

_cupsRasterNewFunction · 0.85
_cupsRasterInterpretPPDFunction · 0.85

Calls 1

_cupsGlobalsFunction · 0.85

Tested by

no test coverage detected