Searched refs:cupsGetDests2 (Results 1 – 4 of 4) sorted by relevance
243 cupsGetDests2
396 extern int cupsGetDests2(http_t *http, cups_dest_t **dests)
54 int num_dests = cupsGetDests2(CUPS_HTTP_DEFAULT, &dests); in main()
1619 return (cupsGetDests2(CUPS_HTTP_DEFAULT, dests)); in cupsGetDests()1647 cupsGetDests2(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsGetDests2() function