Searched refs:cupsGetNamedDest (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | testcups.c | 338 if ((named_dest = cupsGetNamedDest(NULL, NULL, NULL)) == NULL || in main() 393 if ((named_dest = cupsGetNamedDest(NULL, dest->name, dest->instance)) == NULL || in main()
|
D | testdest.c | 110 dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, NULL, NULL); in main() 117 dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, argv[1], NULL); in main()
|
D | libcups2.def | 222 cupsGetNamedDest
|
D | util.c | 184 if ((dest = cupsGetNamedDest(http, name, NULL)) == NULL) in cupsCreateJob()
|
D | cups.h | 456 extern cups_dest_t *cupsGetNamedDest(http_t *http, const char *name,
|
D | dest.c | 1837 cupsGetNamedDest(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsGetNamedDest() function
|