Home
last modified time | relevance | path

Searched refs:cupsFindDestSupported (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dtestdest.c258 attr = cupsFindDestSupported(http, dest, dinfo, "job-creation-attributes"); in localize()
290 if ((attr = cupsFindDestSupported(http, dest, dinfo, option)) != NULL) in localize()
602 attr = cupsFindDestSupported(http, dest, dinfo, "job-creation-attributes"); in show_supported()
634 if ((attr = cupsFindDestSupported(http, dest, dinfo, option)) != NULL) in show_supported()
Dlibcups2.def207 cupsFindDestSupported
Dcupspm.md379 The `cupsFindDestSupported` function returns the IPP attribute containing the
383 cupsFindDestSupported(http_t *http, cups_dest_t *dest,
397 cupsFindDestSupported(CUPS_HTTP_DEFAULT, dest, info,
413 cupsFindDestSupported(CUPS_HTTP_DEFAULT, dest, info,
Dcups.h576 extern ipp_attribute_t *cupsFindDestSupported(http_t *http, cups_dest_t *dest,
Ddest-options.c801 cupsFindDestSupported( in cupsFindDestSupported() function