Home
last modified time | relevance | path

Searched refs:ippAddRange (Results 1 – 6 of 6) sorted by relevance

/external/libcups/cups/
Dlibcups2.def409 ippAddRange
Dipp.h857 extern ipp_attribute_t *ippAddRange(ipp_t *ipp, ipp_tag_t group,
Dcupspm.md863 - `ippAddRange` adds a rangeOfInteger attribute with one range.
Dipp.c.orig611 * 'ippAddRange()' - Add a range of values to an IPP message.
626 ippAddRange(ipp_t *ipp, /* I - IPP message */
635 …DEBUG_printf(("ippAddRange(ipp=%p, group=%02x(%s), name=\"%s\", lower=%d, upper=%d)", (void *)ipp,…
Dppd-cache.c178 ippAddRange(request, IPP_TAG_JOB, mandatory, lower, upper); in _cupsConvertOptions()
Dipp.c622 ippAddRange(ipp_t *ipp, /* I - IPP message */ in ippAddRange() function