Home
last modified time | relevance | path

Searched refs:cupsGetNamedDest (Results 1 – 6 of 6) sorted by relevance

/external/libcups/cups/
Dtestcups.c338 if ((named_dest = cupsGetNamedDest(NULL, NULL, NULL)) == NULL || in main()
393 if ((named_dest = cupsGetNamedDest(NULL, dest->name, dest->instance)) == NULL || in main()
Dtestdest.c110 dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, NULL, NULL); in main()
117 dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, argv[1], NULL); in main()
Dlibcups2.def222 cupsGetNamedDest
Dutil.c184 if ((dest = cupsGetNamedDest(http, name, NULL)) == NULL) in cupsCreateJob()
Dcups.h456 extern cups_dest_t *cupsGetNamedDest(http_t *http, const char *name,
Ddest.c1837 cupsGetNamedDest(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsGetNamedDest() function