Searched refs:ippGetValueTag (Results 1 – 7 of 7) sorted by relevance
/external/libcups/cups/ |
D | testoptions.c | 117 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()
|
D | testdest.c | 294 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()
|
D | libcups2.def | 450 ippGetValueTag
|
D | ipp.h | 959 extern ipp_tag_t ippGetValueTag(ipp_attribute_t *attr) _CUPS_API_1_6;
|
D | ppd-cache.c | 3263 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()
|
D | ipp.c | 2504 tag = ippGetValueTag(attr); in ippGetString() 2527 ippGetValueTag(ipp_attribute_t *attr) /* I - IPP attribute */ in ippGetValueTag() function
|
/external/libcups/filter/ |
D | testclient.c | 894 …s)=%s\n", name, ippGetCount(attr) > 1 ? "1setOf " : "", ippTagString(ippGetValueTag(attr)), buffer… in show_attributes()
|