Home
last modified time | relevance | path

Searched refs:cupsCopyDestInfo (Results 1 – 9 of 9) sorted by relevance

/external/libcups/cups/
Dtestthreads.c108 if ((dinfo = cupsCopyDestInfo(http, dest)) == NULL) in run_query()
Ddest-job.c37 if ((info = cupsCopyDestInfo(http, dest)) != NULL) in cupsCancelDestJob()
Dlibcups2.def179 cupsCopyDestInfo
Dutil.c192 if ((info = cupsCopyDestInfo(http, dest)) == NULL) in cupsCreateJob()
Dcups.h500 extern cups_dinfo_t *cupsCopyDestInfo(http_t *http, cups_dest_t *dest)
Dtestdest.c151 if ((dinfo = cupsCopyDestInfo(http, dest)) == NULL) in main()
Dcupspm.md321 Once a destination has been chosen, the `cupsCopyDestInfo` function can be used
325 cupsCopyDestInfo(http_t *http, cups_dest_t *dest);
399 cups_dinfo_t *info = cupsCopyDestInfo(CUPS_HTTP_DEFAULT,
Ddest-options.c675 cupsCopyDestInfo( in cupsCopyDestInfo() function
/external/libcups/
DCHANGES.md323 - The `cupsCopyDestInfo` function did not work with all print queues