Searched refs:max_copies (Results 1 – 5 of 5) sorted by relevance
143 int max_copies, /* cupsMaxCopies value */ member
509 pc->max_copies = 9999; in _ppdCacheCreateWithFile()900 pc->max_copies = atoi(value); in _ppdCacheCreateWithFile()1882 pc->max_copies = atoi(ppd_attr->value); in _ppdCacheCreateWithPPD()1884 pc->max_copies = 1; in _ppdCacheCreateWithPPD()1886 pc->max_copies = 9999; in _ppdCacheCreateWithPPD()2951 cupsFilePrintf(fp, "MaxCopies %d\n", pc->max_copies); in _ppdCacheWriteFile()
2302 int max_copies; /* Maximum number of copies supported */ in set_pstops_options() local2563 max_copies = atoi(attr->value); in set_pstops_options()2565 max_copies = 1; in set_pstops_options()2567 max_copies = 9999; in set_pstops_options()2569 if (doc->copies > max_copies) in set_pstops_options()2595 if (doc->copies <= max_copies && in set_pstops_options()
195 int64 max_copies; member227 copies.max_copies = std::max(copies.max_copies, current_copies); in CountMaximumOutstandingAsyncCopies()
2865 if (copies > 1 && (!pc || copies <= pc->max_copies)) in new_request()