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

/external/libcups/cups/
H A Dppd-private.h154 int max_copies, /* cupsMaxCopies value */ member in struct:_ppd_cache_s
H A Dppd-cache.c484 pc->max_copies = 9999;
872 pc->max_copies = atoi(value);
1809 pc->max_copies = atoi(ppd_attr->value);
1811 pc->max_copies = 1;
1813 pc->max_copies = 9999;
2881 cupsFilePrintf(fp, "MaxCopies %d\n", pc->max_copies);
/external/libcups/filter/
H A Dpstops.c2308 int max_copies; /* Maximum number of copies supported */ local
2569 max_copies = atoi(attr->value);
2571 max_copies = 1;
2573 max_copies = 9999;
2575 if (doc->copies > max_copies)
2601 if (doc->copies <= max_copies &&

Completed in 928 milliseconds