Home
last modified time | relevance | path

Searched refs:ipp_finishings_t (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dppd-private.h105 ipp_finishings_t value; /* finishings value */
170 ipp_finishings_t value,
Dppd-cache.c32 static void pwg_add_finishing(cups_array_t *finishings, ipp_finishings_t template, const char *name…
886 finishings->value = (ipp_finishings_t)strtol(value, &valueptr, 10); in _ppdCacheCreateWithFile()
1743 finishings->value = (ipp_finishings_t)atoi(ppd_attr->spec); in _ppdCacheCreateWithPPD()
2073 ipp_finishings_t value, /* I - IPP finishings value of IPP_FINISHINGS_NONE */ in _ppdCacheGetFinishingOptions()
2102 key.value = (ipp_finishings_t)ippGetInteger(attr, i); in _ppdCacheGetFinishingOptions()
4968 ipp_finishings_t template, /* I - Finishing template */ in pwg_add_finishing()
Dipp.h199 } ipp_finishings_t; typedef
/external/libcups/tools/
Dippeveps.c435 …num_options = _ppdCacheGetFinishingOptions(ppd_cache, NULL, (ipp_finishings_t)fin, num_options, op… in get_options()