Home
last modified time | relevance | path

Searched refs:cupsGetDest (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Ddest.c280 if (!cupsGetDest(name, instance, num_dests, *dests)) in cupsAddDest()
282 if (instance && !cupsGetDest(name, NULL, num_dests, *dests)) in cupsAddDest()
292 parent = cupsGetDest(name, NULL, num_dests, *dests); in cupsAddDest()
830 if ((new_dest = cupsGetDest(dest->name, dest->instance, num_dests, in cupsCopyDest()
1059 cupsGetDest(const char *name, /* I - Destination name or @code NULL@ for the default destination … in cupsGetDest() function
1744 if ((dest = cupsGetDest(name, instance, data.num_dests, data.dests)) != NULL) in cupsGetDests2()
1776 if ((dest = cupsGetDest(NULL, NULL, data.num_dests, data.dests)) != NULL) in cupsGetDests2()
1782 if (!cupsGetDest(dest->name, NULL, num_reals, reals)) in cupsGetDests2()
1993 if ((dest = cupsGetDest(name, instance, num_dests, *dests)) == NULL) in cupsRemoveDest()
2198 if ((temp = cupsGetDest(dest->name, dest->instance, num_temps, temps)) == NULL) in cupsSetDests2()
[all …]
Dtestcups.c312 if ((dest = cupsGetDest(NULL, NULL, num_dests, dests)) == NULL) in main()
377 if ((dest = cupsGetDest(dest_name, NULL, num_dests, dests)) == NULL) in main()
Dlibcups2.def207 cupsGetDest
Dcups.h363 extern cups_dest_t *cupsGetDest(const char *name, const char *instance,