Home
last modified time | relevance | path

Searched refs:ippFindNextAttribute (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dtestipp.c565 …if ((attr = ippFindNextAttribute(request, "media-col/media-size/x-dimension", IPP_TAG_INTEGER)) !=… in main()
582 …if ((attr = ippFindNextAttribute(request, "media-col/media-size/x-dimension", IPP_TAG_INTEGER)) !=… in main()
Dlibcups2.def433 ippFindNextAttribute
Dipp.h882 extern ipp_attribute_t *ippFindNextAttribute(ipp_t *ipp, const char *name,
Dipp.c1919 return (ippFindNextAttribute(ipp, name, type)); in ippFindAttribute()
1932 ippFindNextAttribute(ipp_t *ipp, /* I - IPP message */ in ippFindNextAttribute() function
1972 …if ((childattr = ippFindNextAttribute(ipp->current->values[ipp->curindex].collection, child, type)… in ippFindNextAttribute()
Dipp.c.orig2014 return (ippFindNextAttribute(ipp, name, type));
2019 * 'ippFindNextAttribute()' - Find the next named attribute in a request.
2027 ippFindNextAttribute(ipp_t *ipp, /* I - IPP message */
2038 …DEBUG_printf(("2ippFindNextAttribute(ipp=%p, name=\"%s\", type=%02x(%s))", (void *)ipp, name, type…
2043 DEBUG_printf(("3ippFindNextAttribute: atend=%d", ipp->atend));
2057 DEBUG_puts("3ippFindNextAttribute: Attribute name too long.");
2067 …if ((childattr = ippFindNextAttribute(ipp->current->values[ipp->curindex].collection, child, type)…