Searched refs:cupsGetNamedDest (Results 1 – 5 of 5) sorted by relevance
336 if ((named_dest = cupsGetNamedDest(NULL, NULL, NULL)) == NULL || in main()383 if ((named_dest = cupsGetNamedDest(NULL, dest->name, in main()
232 cupsGetNamedDest
454 extern cups_dest_t *cupsGetNamedDest(http_t *http, const char *name,
109 dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, argv[1], NULL); in main()
2001 cupsGetNamedDest(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsGetNamedDest() function