Searched refs:ippAddIntegers (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | libcups2.def | 415 ippAddIntegers
|
D | ipp.h | 854 extern ipp_attribute_t *ippAddIntegers(ipp_t *ipp, ipp_tag_t group,
|
D | ipp.c | 446 ippAddIntegers(ipp_t *ipp, /* I - IPP message */ in ippAddIntegers() function 1524 dstattr = ippAddIntegers(dst, srcattr->group_tag, srcattr->value_tag, in ippCopyAttribute() 1696 dstattr = ippAddIntegers(dst, srcattr->group_tag, srcattr->value_tag, in ippCopyAttribute()
|
D | cupspm.md | 856 - `ippAddIntegers` adds an enum or integer attribute with one or more values.
|
D | ppd-cache.c | 369 ippAddIntegers(request, IPP_TAG_JOB, IPP_TAG_ENUM, "finishings", num_finishings, finishings); in _cupsConvertOptions()
|