Searched refs:ippAddRange (Results 1 – 6 of 6) sorted by relevance
/external/libcups/cups/ |
D | libcups2.def | 409 ippAddRange
|
D | ipp.h | 857 extern ipp_attribute_t *ippAddRange(ipp_t *ipp, ipp_tag_t group,
|
D | cupspm.md | 863 - `ippAddRange` adds a rangeOfInteger attribute with one range.
|
D | ipp.c.orig | 611 * '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,…
|
D | ppd-cache.c | 178 ippAddRange(request, IPP_TAG_JOB, mandatory, lower, upper); in _cupsConvertOptions()
|
D | ipp.c | 622 ippAddRange(ipp_t *ipp, /* I - IPP message */ in ippAddRange() function
|