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

Function cupsdFindDest

scheduler/printers.c:813–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811 */
812
813cupsd_printer_t * /* O - Destination in list */
814cupsdFindDest(const char *name) /* I - Name of printer or class to find */
815{
816 cupsd_printer_t key; /* Search key */
817
818
819 key.name = (char *)name;
820 return ((cupsd_printer_t *)cupsArrayFind(Printers, &key));
821}
822
823
824/*

Callers 15

cupsdLogJobFunction · 0.85
get_fileFunction · 0.85
cupsdTimeoutJobFunction · 0.85
add_job_subscriptionsFunction · 0.85
authenticate_jobFunction · 0.85
cancel_jobFunction · 0.85
close_jobFunction · 0.85
create_local_printerFunction · 0.85
get_job_attrsFunction · 0.85
get_printersFunction · 0.85
hold_jobFunction · 0.85

Calls 1

cupsArrayFindFunction · 0.85

Tested by

no test coverage detected