Home
last modified time | relevance | path

Searched refs:cbor_array_handle (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/libcbor/test/
H A Dtype_4_test.c44 assert_uint8(cbor_array_handle(arr)[0], 1); in test_simple_array()
69 assert_uint8(cbor_array_handle(arr)[0], 1); in test_nested_arrays()
71 cbor_item_t *nested = cbor_array_handle(arr)[1]; in test_nested_arrays()
74 assert_uint8(cbor_array_handle(nested)[0], 1); in test_nested_arrays()
90 assert_uint8(cbor_array_handle(arr)[0], 1); in test_indef_arrays()
91 assert_uint8(cbor_array_handle(arr)[1], 2); in test_indef_arrays()
110 assert_uint8(cbor_array_handle(arr)[0], 1); in test_nested_indef_arrays()
112 cbor_item_t *nested = cbor_array_handle(arr)[1]; in test_nested_indef_arrays()
115 assert_uint8(cbor_array_handle(nested)[0], 2); in test_nested_indef_arrays()
/freebsd-13.1/contrib/libcbor/examples/
H A Dsort.c36 qsort(cbor_array_handle(array), cbor_array_size(array), sizeof(cbor_item_t *), in main()
/freebsd-13.1/contrib/libcbor/src/cbor/
H A Darrays.h86 CBOR_EXPORT cbor_item_t** cbor_array_handle(const cbor_item_t* item);
H A Darrays.c96 cbor_item_t **cbor_array_handle(const cbor_item_t *item) { in cbor_array_handle() function
H A Dcommon.c119 cbor_item_t **handle = cbor_array_handle(item); in cbor_decref()
H A Dserialization.c180 cbor_item_t **handle = cbor_array_handle(item); in cbor_serialize_array()
/freebsd-13.1/contrib/libfido2/fuzz/
H A Dwrapped.sym7 cbor_array_handle
H A Dfuzz_netlink.c124 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dfuzz_hid.c62 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dfuzz_largeblob.c76 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dwrap.c520 cbor_array_handle,
H A Dfuzz_credman.c93 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dfuzz_bio.c104 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dfuzz_mgmt.c86 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dfuzz_assert.c78 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dfuzz_cred.c84 (v = cbor_array_handle(item)) == NULL) in unpack()
/freebsd-13.1/contrib/libcbor/doc/source/api/
H A Dtype_4.rst47 .. doxygenfunction:: cbor_array_handle
/freebsd-13.1/contrib/libcbor/src/
H A Dcbor.c298 _cbor_nested_describe(cbor_array_handle(item)[i], out, indent + 4); in _cbor_nested_describe()
/freebsd-13.1/contrib/libfido2/src/
H A Dcbor.c102 if ((v = cbor_array_handle(item)) == NULL) { in cbor_array_iter()
1595 if ((v = cbor_array_handle(*array)) == NULL || in cbor_array_append()
1621 if ((v = cbor_array_handle(*array)) == NULL || in cbor_array_drop()
H A Dlargeblob.c357 if ((v = cbor_array_handle(item)) == NULL) in largeblob_array_lookup()
/freebsd-13.1/contrib/libfido2/tools/
H A Dlargeblob.c575 if ((v = cbor_array_handle(item)) == NULL) { in blob_list()