Searched defs:max_copies (Results 1 - 2 of 2) sorted by relevance

/external/libcups/cups/
H A Dppd-private.h154 int max_copies, /* cupsMaxCopies value */ member in struct:_ppd_cache_s
/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 2229 milliseconds