Home
last modified time | relevance | path

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

/external/libcups/cups/
Ddest.c255 if (!cupsGetDest(name, instance, num_dests, *dests)) in cupsAddDest()
257 if (instance && !cupsGetDest(name, NULL, num_dests, *dests)) in cupsAddDest()
267 parent = cupsGetDest(name, NULL, num_dests, *dests); in cupsAddDest()
787 if ((new_dest = cupsGetDest(dest->name, dest->instance, num_dests, in cupsCopyDest()
1006 if ((dest = cupsGetDest(name, instance, num_dests, dests)) != NULL) in cupsEnumDests()
1306 cupsGetDest(const char *name, /* I - Destination name or @code NULL@ for the default destination … in cupsGetDest() function
1909 if ((dest = cupsGetDest(name, instance, num_dests, *dests)) != NULL) in cupsGetDests2()
1943 if ((dest = cupsGetDest(NULL, NULL, num_dests, *dests)) != NULL) in cupsGetDests2()
1949 if (!cupsGetDest(dest->name, NULL, num_reals, reals)) in cupsGetDests2()
2128 if ((dest = cupsGetDest(name, instance, num_dests, *dests)) == NULL) in cupsRemoveDest()
[all …]
Dtestcups.c310 if ((dest = cupsGetDest(NULL, NULL, num_dests, dests)) == NULL) in main()
366 if ((dest = cupsGetDest(dests[num_dests / 2].name, NULL, num_dests, in main()
Dlibcups2.def218 cupsGetDest
Dcups.h361 extern cups_dest_t *cupsGetDest(const char *name, const char *instance,