Searched refs:ippAddRange (Results 1 – 5 of 5) sorted by relevance
409 ippAddRange
857 extern ipp_attribute_t *ippAddRange(ipp_t *ipp, ipp_tag_t group,
863 - `ippAddRange` adds a rangeOfInteger attribute with one range.
178 ippAddRange(request, IPP_TAG_JOB, mandatory, lower, upper); in _cupsConvertOptions()
622 ippAddRange(ipp_t *ipp, /* I - IPP message */ in ippAddRange() function