Searched refs:cupsCopyDestInfo (Results 1 – 9 of 9) sorted by relevance
108 if ((dinfo = cupsCopyDestInfo(http, dest)) == NULL) in run_query()
37 if ((info = cupsCopyDestInfo(http, dest)) != NULL) in cupsCancelDestJob()
179 cupsCopyDestInfo
192 if ((info = cupsCopyDestInfo(http, dest)) == NULL) in cupsCreateJob()
500 extern cups_dinfo_t *cupsCopyDestInfo(http_t *http, cups_dest_t *dest)
151 if ((dinfo = cupsCopyDestInfo(http, dest)) == NULL) in main()
321 Once a destination has been chosen, the `cupsCopyDestInfo` function can be used325 cupsCopyDestInfo(http_t *http, cups_dest_t *dest);399 cups_dinfo_t *info = cupsCopyDestInfo(CUPS_HTTP_DEFAULT,
675 cupsCopyDestInfo( in cupsCopyDestInfo() function
323 - The `cupsCopyDestInfo` function did not work with all print queues