Searched refs:IPP_FINISHINGS_NONE (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | ppd-cache.c | 2089 (!job && value == IPP_FINISHINGS_NONE)) in _ppdCacheGetFinishingOptions() 2114 else if (value != IPP_FINISHINGS_NONE) in _ppdCacheGetFinishingOptions() 2207 values[0] = IPP_FINISHINGS_NONE; in _ppdCacheGetFinishingValues() 4079 if (value >= IPP_FINISHINGS_NONE && value <= IPP_FINISHINGS_LAMINATE) in _ppdCreateFromIPP() 4080 ppd_keyword = base_keywords[value - IPP_FINISHINGS_NONE]; in _ppdCreateFromIPP() 4159 if (value >= IPP_FINISHINGS_NONE && value <= IPP_FINISHINGS_LAMINATE) in _ppdCreateFromIPP() 4160 ppd_keyword = base_keywords[value - IPP_FINISHINGS_NONE]; in _ppdCreateFromIPP() 4247 if (value >= IPP_FINISHINGS_NONE && value <= IPP_FINISHINGS_LAMINATE) in _ppdCreateFromIPP() 4248 ppd_keyword = base_keywords[value - IPP_FINISHINGS_NONE]; in _ppdCreateFromIPP()
|
D | ipp.h | 94 IPP_FINISHINGS_NONE = 3, /* No finishing */ enumerator
|
/external/libcups/tools/ |
D | ippeveprinter.c | 4363 ippAddInteger(attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, "finishings-default", IPP_FINISHINGS_NONE); in load_legacy_attributes() 4366 ippAddInteger(attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, "finishings-supported", IPP_FINISHINGS_NONE); in load_legacy_attributes() 5006 ippAddInteger(attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, "finishings-default", IPP_FINISHINGS_NONE); in load_ppd_attributes() 5010 ippSetInteger(attrs, &attr, 0, IPP_FINISHINGS_NONE); in load_ppd_attributes() 5016 ippSetInteger(attrs, &attr, 0, IPP_FINISHINGS_NONE); in load_ppd_attributes()
|
/external/libcups/scheduler/ |
D | printers.c | 3942 finishings[0] = IPP_FINISHINGS_NONE; in load_ppd() 5018 "finishings-default", IPP_FINISHINGS_NONE); in load_ppd()
|
D | job.c | 3845 …num_pwgppds = _ppdCacheGetFinishingOptions(pc, job->attrs, IPP_FINISHINGS_NONE, num_pwgppds, &pwgp… in get_options()
|