Home
last modified time | relevance | path

Searched refs:ippGetValueTag (Results 1 – 7 of 7) sorted by relevance

/external/libcups/cups/
Dtestoptions.c117 else if (ippGetValueTag(attr) != IPP_TAG_NAME) in main()
119 printf("FAIL (\"foo\" of type %s, expected name)\n", ippTagString(ippGetValueTag(attr))); in main()
137 else if (ippGetValueTag(attr) != IPP_TAG_TEXT) in main()
139 … printf("FAIL (\"auth-info\" of type %s, expected text)\n", ippTagString(ippGetValueTag(attr))); in main()
Dtestdest.c294 switch (ippGetValueTag(attr)) in localize()
365 printf(" %s\n", ippTagString(ippGetValueTag(attr))); in localize()
638 switch (ippGetValueTag(attr)) in show_supported()
719 printf(" %s\n", ippTagString(ippGetValueTag(attr))); in show_supported()
Dlibcups2.def450 ippGetValueTag
Dipp.h959 extern ipp_tag_t ippGetValueTag(ipp_attribute_t *attr) _CUPS_API_1_6;
Dppd-cache.c3263 if (ippGetValueTag(attr) == IPP_TAG_BEGIN_COLLECTION) in _ppdCreateFromIPP()
3303 if (ippGetValueTag(attr) == IPP_TAG_BEGIN_COLLECTION) in _ppdCreateFromIPP()
3339 if (ippGetValueTag(attr) == IPP_TAG_BEGIN_COLLECTION) in _ppdCreateFromIPP()
Dipp.c2504 tag = ippGetValueTag(attr); in ippGetString()
2527 ippGetValueTag(ipp_attribute_t *attr) /* I - IPP attribute */ in ippGetValueTag() function
/external/libcups/filter/
Dtestclient.c894 …s)=%s\n", name, ippGetCount(attr) > 1 ? "1setOf " : "", ippTagString(ippGetValueTag(attr)), buffer… in show_attributes()