Home
last modified time | relevance | path

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

/external/libcups/cups/
Ddest-job.c42 if ((info = cupsCopyDestInfo(http, dest)) != NULL) in cupsCancelDestJob()
Dlibcups2.def152 cupsCopyDestInfo
Dutil.c196 if ((info = cupsCopyDestInfo(http, dest)) == NULL) in cupsCreateJob()
Dcups.h509 extern cups_dinfo_t *cupsCopyDestInfo(http_t *http, cups_dest_t *dest)
Dtestdest.c131 if ((dinfo = cupsCopyDestInfo(http, dest)) == NULL) in main()
Dcupspm.md312 Once a destination has been chosen, the `cupsCopyDestInfo` function can be used
316 cupsCopyDestInfo(http_t *http, cups_dest_t *dest);
390 cups_dinfo_t *info = cupsCopyDestInfo(CUPS_HTTP_DEFAULT,
Ddest-options.c570 cupsCopyDestInfo( in cupsCopyDestInfo() function