Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtestoptions.c111 else if (ippGetValueTag(attr) != IPP_TAG_NAME) in main()
113 printf("FAIL (\"foo\" of type %s, expected name)\n", ippTagString(ippGetValueTag(attr))); in main()
131 else if (ippGetValueTag(attr) != IPP_TAG_TEXT) in main()
133 … printf("FAIL (\"auth-info\" of type %s, expected text)\n", ippTagString(ippGetValueTag(attr))); in main()
Dtestthreads.c177 switch (ippGetValueTag(attr)) in show_supported()
258 printf(" %s\n", ippTagString(ippGetValueTag(attr))); in show_supported()
Dtestdest.c317 switch (ippGetValueTag(attr)) in localize()
388 printf(" %s\n", ippTagString(ippGetValueTag(attr))); in localize()
661 switch (ippGetValueTag(attr)) in show_supported()
742 printf(" %s\n", ippTagString(ippGetValueTag(attr))); in show_supported()
Ddest-options.c1411 switch (ippGetValueTag(mattr)) in cups_collection_contains()
1415 if (ippGetValueTag(tattr) != ippGetValueTag(mattr)) in cups_collection_contains()
1426 if (ippGetValueTag(tattr) != IPP_TAG_INTEGER) in cups_collection_contains()
1437 …if (ippGetValueTag(tattr) != IPP_TAG_BOOLEAN || ippGetBoolean(tattr, 0) != ippGetBoolean(mattr, 0)) in cups_collection_contains()
1534 if (ippGetValueTag(member) == IPP_TAG_BOOLEAN) in cups_collection_string()
1558 if (ippGetValueTag(member) == IPP_TAG_BEGIN_COLLECTION) in cups_collection_string()
1582 switch (ippGetValueTag(member)) in cups_collection_string()
1944 if (ippGetValueTag(attr) == IPP_TAG_BEGIN_COLLECTION) in cups_create_defaults()
Dppd-cache.c3350 else if (ippGetValueTag(x_dim) == IPP_TAG_RANGE || ippGetValueTag(y_dim) == IPP_TAG_RANGE) in _ppdCreateFromIPP()
3358 if (ippGetValueTag(x_dim) == IPP_TAG_RANGE) in _ppdCreateFromIPP()
3368 if (ippGetValueTag(y_dim) == IPP_TAG_RANGE) in _ppdCreateFromIPP()
3392 if (ippGetValueTag(x_dim) == IPP_TAG_RANGE || ippGetValueTag(y_dim) == IPP_TAG_RANGE) in _ppdCreateFromIPP()
3400 if (ippGetValueTag(x_dim) == IPP_TAG_RANGE) in _ppdCreateFromIPP()
3410 if (ippGetValueTag(y_dim) == IPP_TAG_RANGE) in _ppdCreateFromIPP()
3451 else if (ippGetValueTag(x_dim) == IPP_TAG_RANGE || ippGetValueTag(y_dim) == IPP_TAG_RANGE) in _ppdCreateFromIPP()
3459 if (ippGetValueTag(x_dim) == IPP_TAG_RANGE) in _ppdCreateFromIPP()
3469 if (ippGetValueTag(y_dim) == IPP_TAG_RANGE) in _ppdCreateFromIPP()
4388 if (ippGetValueTag(finishing_attr) == IPP_TAG_BEGIN_COLLECTION) in _ppdCreateFromIPP()
Dlibcups2.def502 ippGetValueTag
Dipp-file.c570 switch (ippGetValueTag(*attr)) in parse_value()
Dtestclient.c991 …s)=%s\n", name, ippGetCount(attr) > 1 ? "1setOf " : "", ippTagString(ippGetValueTag(attr)), buffer… in show_attributes()
Dipp.h865 extern ipp_tag_t ippGetValueTag(ipp_attribute_t *attr) _CUPS_API_1_6;
Dipp.c2500 tag = ippGetValueTag(attr); in ippGetString()
2523 ippGetValueTag(ipp_attribute_t *attr) /* I - IPP attribute */ in ippGetValueTag() function
/external/libcups/tools/
Dipptool.c1228 …if (!ippGetName(attrptr) || ippGetValueTag(attrptr) != IPP_TAG_CHARSET || ippGetGroupTag(attrptr) … in do_test()
1229 … : "(null)", ippGetCount(attrptr) > 1 ? "1setOf " : "", ippTagString(ippGetValueTag(attrptr)), ipp… in do_test()
1234 …else if (!ippGetName(attrptr) || ippGetValueTag(attrptr) != IPP_TAG_LANGUAGE || ippGetGroupTag(att… in do_test()
1235 … : "(null)", ippGetCount(attrptr) > 1 ? "1setOf " : "", ippTagString(ippGetValueTag(attrptr)), ipp… in do_test()
1243 if (ippGetValueTag(attrptr) != IPP_TAG_TEXT) in do_test()
1244 …(255)) has wrong value tag %s (RFC 2911 section 3.1.6.2).", ippTagString(ippGetValueTag(attrptr))); in do_test()
1259 if (ippGetValueTag(attrptr) != IPP_TAG_TEXT) in do_test()
1263 ippTagString(ippGetValueTag(attrptr))); in do_test()
1444 (found && !expect_matches(expect, ippGetValueTag(found))) || in do_test()
1457 if (!expect_matches(expect, ippGetValueTag(found))) in do_test()
[all …]
Dippeveprinter.c2001 ippTagString(ippGetValueTag(attr)), buffer); in debug_attributes()
3708 …else if (ippGetValueTag(attr) != IPP_TAG_BOOLEAN || ippGetCount(attr) != 1 || !ippGetBoolean(attr,… in ipp_send_document()
3799 …else if (ippGetValueTag(attr) != IPP_TAG_BOOLEAN || ippGetCount(attr) != 1 || !ippGetBoolean(attr,… in ipp_send_uri()
6020 ippGetValueTag(attr) == IPP_TAG_CHARSET) in process_ipp()
6029 ippGetValueTag(attr) == IPP_TAG_LANGUAGE) in process_ipp()
7183 …e.", ippGetName(attr), ippGetCount(attr) > 1 ? "1setOf " : "", ippTagString(ippGetValueTag(attr))); in respond_unsupported()
7994 if (ippGetCount(attr) != 1 || ippGetValueTag(attr) != IPP_TAG_KEYWORD || in valid_doc_attributes()
8024 if (ippGetCount(attr) != 1 || ippGetValueTag(attr) != IPP_TAG_MIMETYPE || in valid_doc_attributes()
8129 if (ippGetCount(attr) != 1 || ippGetValueTag(attr) != IPP_TAG_INTEGER || in valid_job_attributes()
8139 if (ippGetCount(attr) != 1 || ippGetValueTag(attr) != IPP_TAG_BOOLEAN) in valid_job_attributes()
[all …]
/external/libcups/scheduler/
Dipp.c165 …%s '%s'", name, ippGetCount(attr) > 1 ? "1setOf " : "", ippTagString(ippGetValueTag(attr)), value); in cupsdProcessIPPRequest()
5417 …ZERO)) == NULL || ippGetGroupTag(printer_name) != IPP_TAG_PRINTER || ippGetValueTag(printer_name) … in create_local_printer()
5443 …G_ZERO)) == NULL || ippGetGroupTag(device_uri) != IPP_TAG_PRINTER || ippGetValueTag(device_uri) !=… in create_local_printer()
7967 …if ((ippGetValueTag(attr) != IPP_TAG_KEYWORD && ippGetValueTag(attr) != IPP_TAG_NAME && ippGetValu… in hold_job()
10346 …if ((ippGetValueTag(attr) != IPP_TAG_KEYWORD && ippGetValueTag(attr) != IPP_TAG_NAME && ippGetValu… in set_job_attrs()
11307 …IPP_TAG_ZERO)) != NULL && ((ippGetValueTag(attr) != IPP_TAG_KEYWORD && ippGetValueTag(attr) != IPP… in validate_job()
/external/libcups/backend/
Dipp.c2416 ippTagString(ippGetValueTag(attr)), buffer); in debug_attributes()