Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/test/
H A Darray_test.c39 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 Dsort.c37 qsort(cbor_array_handle(array), cbor_array_size(array), sizeof(cbor_item_t *), in main()
/freebsd/contrib/libcbor/src/cbor/
H A Darrays.h99 CBOR_EXPORT cbor_item_t** cbor_array_handle(const cbor_item_t* item);
H A Dserialization.c115 cbor_item_t **items = cbor_array_handle(item); in cbor_serialized_size()
274 cbor_item_t **handle = cbor_array_handle(item); in cbor_serialize_array()
H A Darrays.c92 cbor_item_t **cbor_array_handle(const cbor_item_t *item) { in cbor_array_handle() function
H A Dcommon.c123 cbor_item_t **handle = cbor_array_handle(item); in cbor_decref()
/freebsd/contrib/libfido2/fuzz/
H A Dwrapped.sym9 cbor_array_handle
H A Dfuzz_netlink.c38 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dfuzz_hid.c65 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dfuzz_largeblob.c77 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dfuzz_pcsc.c50 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dfuzz_credman.c94 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dwrap.c582 cbor_array_handle,
H A Dfuzz_bio.c105 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dfuzz_mgmt.c89 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dfuzz_assert.c79 (v = cbor_array_handle(item)) == NULL) in unpack()
H A Dfuzz_cred.c85 (v = cbor_array_handle(item)) == NULL) in unpack()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_4.rst48 .. doxygenfunction:: cbor_array_handle
/freebsd/contrib/libfido2/src/
H A Dcbor.c103 if ((v = cbor_array_handle(item)) == NULL) { in cbor_array_iter()
1665 if ((v = cbor_array_handle(*array)) == NULL || in cbor_array_append()
1691 if ((v = cbor_array_handle(*array)) == NULL || in cbor_array_drop()
H A Dlargeblob.c369 if ((v = cbor_array_handle(item)) == NULL) in largeblob_array_lookup()
/freebsd/contrib/libcbor/src/
H A Dcbor.c372 _cbor_nested_describe(cbor_array_handle(item)[i], out, in _cbor_nested_describe()
/freebsd/contrib/libfido2/tools/
H A Dlargeblob.c600 if ((v = cbor_array_handle(item)) == NULL) { in blob_list()