Lines Matching refs:ippGetCount
1228 … != IPP_TAG_CHARSET || ippGetGroupTag(attrptr) != IPP_TAG_OPERATION || ippGetCount(attrptr) != 1 |… in do_test()
1229 …ection 3.1.4).", ippGetName(attrptr) ? ippGetName(attrptr) : "(null)", ippGetCount(attrptr) > 1 ? … in do_test()
1234 …!= IPP_TAG_LANGUAGE || ippGetGroupTag(attrptr) != IPP_TAG_OPERATION || ippGetCount(attrptr) != 1 |… in do_test()
1235 …ection 3.1.4).", ippGetName(attrptr) ? ippGetName(attrptr) : "(null)", ippGetCount(attrptr) > 1 ? … in do_test()
1247 if (ippGetCount(attrptr) != 1) in do_test()
1248 …ors, "status-message (text(255)) has %d values (RFC 2911 section 3.1.6.2).", ippGetCount(attrptr)); in do_test()
1269 if (ippGetCount(attrptr) != 1) in do_test()
1273 ippGetCount(attrptr)); in do_test()
1515 if (found && expect->count > 0 && ippGetCount(found) != expect->count) in do_test()
1522 expect->count, ippGetCount(found)); in do_test()
1537 if (!attrptr || ippGetCount(attrptr) != ippGetCount(found)) in do_test()
1547 ippGetCount(found), expect->same_count_as); in do_test()
1548 else if (ippGetCount(attrptr) != ippGetCount(found)) in do_test()
1551 "(%d values)", expect->name, ippGetCount(found), in do_test()
1552 expect->same_count_as, ippGetCount(attrptr)); in do_test()
1570 int last = ippGetCount(found) - 1; in do_test()
2312 if ((count = ippGetCount(attr)) > 1) in print_attr()
2428 …cupsFilePrintf(outfile, " %s (%s%s) = ", ippGetName(attr), ippGetCount(attr) > 1 ? "1setOf … in print_attr()
2574 count = ippGetCount(attr); in print_ippserver_attr()
4404 count = ippGetCount(attr); in with_value()
4961 count = ippGetCount(attr), /* Number of attribute values */ in with_value_from()
5025 int fromcount = ippGetCount(fromattr); in with_value_from()
5096 int fromcount = ippGetCount(fromattr); in with_value_from()