Home
last modified time | relevance | path

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

/external/libcups/cups/
Dlibcups2.def219 cupsGetDestMediaByIndex
Dcups.h580 extern int cupsGetDestMediaByIndex(http_t *http, cups_dest_t *dest,
Dtestdest.c575 if (cupsGetDestMediaByIndex(http, dest, dinfo, i, flags, &size)) in show_media()
Dcupspm.md564 the `cupsGetDestMediaByIndex` and `cupsGetDestMediaCount` functions:
567 cupsGetDestMediaByIndex(http_t *http, cups_dest_t *dest,
586 if (cupsGetDestMediaByIndex(CUPS_HTTP_DEFAULT, dest, info,
Ddest-options.c889 cupsGetDestMediaByIndex( in cupsGetDestMediaByIndex() function
1230 return (cupsGetDestMediaByIndex(http, dest, dinfo, 0, flags, size)); in cupsGetDestMediaDefault()