Searched refs:ippAddIntegers (Results 1 – 5 of 5) sorted by relevance
406 ippAddIntegers
854 extern ipp_attribute_t *ippAddIntegers(ipp_t *ipp, ipp_tag_t group,
856 - `ippAddIntegers` adds an enum or integer attribute with one or more values.
369 ippAddIntegers(request, IPP_TAG_JOB, IPP_TAG_ENUM, "finishings", num_finishings, finishings); in _cupsConvertOptions()
442 ippAddIntegers(ipp_t *ipp, /* I - IPP message */ in ippAddIntegers() function