Searched refs:_cups_raster_error_t (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/filter/
H A Derror.c43 } _cups_raster_error_t; typedef in typeref:struct:_cups_raster_error_s
50 static _cups_raster_error_t *get_error_buffer(void);
61 _cups_raster_error_t *buf = get_error_buffer();
125 _cups_raster_error_t *buf = get_error_buffer();
147 _cups_raster_error_t *buf = get_error_buffer();
188 _cups_raster_error_t * /* O - Pointer to error buffer */
191 _cups_raster_error_t *buf; /* Pointer to error buffer */
206 if ((buf = (_cups_raster_error_t *)pthread_getspecific(raster_key))
215 buf = calloc(1, sizeof(_cups_raster_error_t));
250 _cups_raster_error_t *bu
[all...]

Completed in 70 milliseconds