Searched refs:ippGetValueTag (Results 1 – 14 of 14) sorted by relevance
/external/libcups/cups/ |
D | testoptions.c | 111 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()
|
D | testthreads.c | 177 switch (ippGetValueTag(attr)) in show_supported() 258 printf(" %s\n", ippTagString(ippGetValueTag(attr))); in show_supported()
|
D | testdest.c | 317 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()
|
D | dest-options.c | 1411 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()
|
D | ppd-cache.c | 3350 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()
|
D | libcups2.def | 502 ippGetValueTag
|
D | ipp-file.c | 570 switch (ippGetValueTag(*attr)) in parse_value()
|
D | testclient.c | 991 …s)=%s\n", name, ippGetCount(attr) > 1 ? "1setOf " : "", ippTagString(ippGetValueTag(attr)), buffer… in show_attributes()
|
D | ipp.h | 865 extern ipp_tag_t ippGetValueTag(ipp_attribute_t *attr) _CUPS_API_1_6;
|
D | ipp.c | 2500 tag = ippGetValueTag(attr); in ippGetString() 2523 ippGetValueTag(ipp_attribute_t *attr) /* I - IPP attribute */ in ippGetValueTag() function
|
/external/libcups/tools/ |
D | ipptool.c | 1228 …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 …]
|
D | ippeveprinter.c | 2001 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/ |
D | ipp.c | 165 …%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/ |
D | ipp.c | 2416 ippTagString(ippGetValueTag(attr)), buffer); in debug_attributes()
|