Searched refs:ippFindNextAttribute (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | testipp.c | 565 …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()
|
D | libcups2.def | 433 ippFindNextAttribute
|
D | ipp.h | 882 extern ipp_attribute_t *ippFindNextAttribute(ipp_t *ipp, const char *name,
|
D | ipp.c | 1919 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()
|
D | ipp.c.orig | 2014 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)…
|