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

/macosx-10.10/cups-408/cups/scheduler/
H A Dcups-deviced.c58 } cupsd_device_t; typedef in typeref:struct:__anon7293
97 static int compare_devices(cupsd_device_t *p0,
98 cupsd_device_t *p1);
359 cupsd_device_t *device; /* New device */
366 if ((device = calloc(1, sizeof(cupsd_device_t))) == NULL)
435 compare_devices(cupsd_device_t *d0, /* I - First device */
436 cupsd_device_t *d1) /* I - Second device */

Completed in 89 milliseconds