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

/macosx-10.9.5/cups-372.4/cups/filter/
H A Derror.c24 * raster_destructor() - Free memory allocated by get_error_buffer().
181 static void raster_destructor(void *value);
236 pthread_key_create(&raster_key, raster_destructor);
244 * 'raster_destructor()' - Free memory allocated by get_error_buffer().
248 raster_destructor(void *value) /* I - Data to free */ function
254 DEBUG_printf(("raster_destructor(value=%p)\n", value));

Completed in 100 milliseconds