Home
last modified time | relevance | path

Searched refs:max_copies (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dppd-private.h154 int max_copies, /* cupsMaxCopies value */ member
Dppd-cache.c484 pc->max_copies = 9999; in _ppdCacheCreateWithFile()
872 pc->max_copies = atoi(value); in _ppdCacheCreateWithFile()
1809 pc->max_copies = atoi(ppd_attr->value); in _ppdCacheCreateWithPPD()
1811 pc->max_copies = 1; in _ppdCacheCreateWithPPD()
1813 pc->max_copies = 9999; in _ppdCacheCreateWithPPD()
2881 cupsFilePrintf(fp, "MaxCopies %d\n", pc->max_copies); in _ppdCacheWriteFile()
/external/libcups/filter/
Dpstops.c2307 int max_copies; /* Maximum number of copies supported */ in set_pstops_options() local
2568 max_copies = atoi(attr->value); in set_pstops_options()
2570 max_copies = 1; in set_pstops_options()
2572 max_copies = 9999; in set_pstops_options()
2574 if (doc->copies > max_copies) in set_pstops_options()
2600 if (doc->copies <= max_copies && in set_pstops_options()