Searched refs:cbor_array_handle (Results 1 – 23 of 23) sorted by relevance
| /freebsd/contrib/libcbor/test/ |
| H A D | array_test.c | 39 assert_uint8(cbor_array_handle(arr)[0], 1); in test_simple_array() 64 assert_uint8(cbor_array_handle(arr)[0], 1); in test_nested_arrays() 66 cbor_item_t* nested = cbor_array_handle(arr)[1]; in test_nested_arrays() 69 assert_uint8(cbor_array_handle(nested)[0], 1); in test_nested_arrays() 85 assert_uint8(cbor_array_handle(arr)[0], 1); in test_indef_arrays() 86 assert_uint8(cbor_array_handle(arr)[1], 2); in test_indef_arrays() 105 assert_uint8(cbor_array_handle(arr)[0], 1); in test_nested_indef_arrays() 107 cbor_item_t* nested = cbor_array_handle(arr)[1]; in test_nested_indef_arrays() 110 assert_uint8(cbor_array_handle(nested)[0], 2); in test_nested_indef_arrays()
|
| /freebsd/contrib/libcbor/examples/ |
| H A D | sort.c | 37 qsort(cbor_array_handle(array), cbor_array_size(array), sizeof(cbor_item_t*), in main()
|
| /freebsd/contrib/libcbor/src/cbor/ |
| H A D | arrays.h | 100 CBOR_EXPORT cbor_item_t** cbor_array_handle(const cbor_item_t* item);
|
| H A D | arrays.c | 93 cbor_item_t** cbor_array_handle(const cbor_item_t* item) { in cbor_array_handle() function
|
| H A D | serialization.c | 123 cbor_item_t** items = cbor_array_handle(item); in cbor_serialized_size() 300 cbor_item_t** handle = cbor_array_handle(item); in cbor_serialize_array()
|
| H A D | common.c | 127 cbor_item_t** handle = cbor_array_handle(item); in cbor_decref()
|
| /freebsd/contrib/libfido2/fuzz/ |
| H A D | wrapped.sym | 9 cbor_array_handle
|
| H A D | fuzz_netlink.c | 38 (v = cbor_array_handle(item)) == NULL) in unpack()
|
| H A D | fuzz_attobj.c | 179 (v = cbor_array_handle(item)) == NULL) in unpack()
|
| H A D | fuzz_hid.c | 65 (v = cbor_array_handle(item)) == NULL) in unpack()
|
| H A D | fuzz_largeblob.c | 77 (v = cbor_array_handle(item)) == NULL) in unpack()
|
| H A D | fuzz_pcsc.c | 50 (v = cbor_array_handle(item)) == NULL) in unpack()
|
| H A D | fuzz_credman.c | 94 (v = cbor_array_handle(item)) == NULL) in unpack()
|
| H A D | wrap.c | 582 cbor_array_handle,
|
| H A D | fuzz_bio.c | 105 (v = cbor_array_handle(item)) == NULL) in unpack()
|
| H A D | fuzz_mgmt.c | 89 (v = cbor_array_handle(item)) == NULL) in unpack()
|
| H A D | fuzz_assert.c | 79 (v = cbor_array_handle(item)) == NULL) in unpack()
|
| H A D | fuzz_cred.c | 85 (v = cbor_array_handle(item)) == NULL) in unpack()
|
| /freebsd/contrib/libcbor/doc/source/api/ |
| H A D | type_4_arrays.rst | 48 .. doxygenfunction:: cbor_array_handle
|
| /freebsd/contrib/libcbor/src/ |
| H A D | cbor.c | 370 cbor_copy_definite(cbor_array_handle(item)[i]); in cbor_copy_definite() 516 _cbor_nested_describe(cbor_array_handle(item)[i], out, in _cbor_nested_describe()
|
| /freebsd/contrib/libfido2/src/ |
| H A D | cbor.c | 103 if ((v = cbor_array_handle(item)) == NULL) { in cbor_array_iter() 1756 if ((v = cbor_array_handle(*array)) == NULL || in cbor_array_append() 1782 if ((v = cbor_array_handle(*array)) == NULL || in cbor_array_drop()
|
| H A D | largeblob.c | 369 if ((v = cbor_array_handle(item)) == NULL) in largeblob_array_lookup()
|
| /freebsd/contrib/libfido2/tools/ |
| H A D | largeblob.c | 600 if ((v = cbor_array_handle(item)) == NULL) { in blob_list()
|