Searched refs:cupsFindDestSupported (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | testdest.c | 258 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()
|
D | libcups2.def | 196 cupsFindDestSupported
|
D | cupspm.md | 379 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,
|
D | cups.h | 576 extern ipp_attribute_t *cupsFindDestSupported(http_t *http, cups_dest_t *dest,
|
D | dest-options.c | 801 cupsFindDestSupported( in cupsFindDestSupported() function
|