Home
last modified time | relevance | path

Searched refs:max_copies (Results 1 – 4 of 4) 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()
/external/u-boot/fs/yaffs2/
Dyaffs_guts.c2534 int max_copies; in yaffs_gc_block() local
2568 max_copies = (whole_block) ? dev->param.chunks_per_block : 5; in yaffs_gc_block()
2575 max_copies > 0; in yaffs_gc_block()
2579 max_copies--; in yaffs_gc_block()