Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtestcups.c336 if ((named_dest = cupsGetNamedDest(NULL, NULL, NULL)) == NULL || in main()
383 if ((named_dest = cupsGetNamedDest(NULL, dest->name, in main()
Dlibcups2.def232 cupsGetNamedDest
Dcups.h454 extern cups_dest_t *cupsGetNamedDest(http_t *http, const char *name,
Dtestdest.c109 dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, argv[1], NULL); in main()
Ddest.c2001 cupsGetNamedDest(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsGetNamedDest() function