Home
last modified time | relevance | path

Searched refs:CBOR_TYPE_ARRAY (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Darray_test.c20 assert_true(cbor_typeof(arr) == CBOR_TYPE_ARRAY); in test_empty_array()
33 assert_true(cbor_typeof(arr) == CBOR_TYPE_ARRAY); in test_simple_array()
59 assert_true(cbor_typeof(arr) == CBOR_TYPE_ARRAY); in test_nested_arrays()
80 assert_true(cbor_typeof(arr) == CBOR_TYPE_ARRAY); in test_indef_arrays()
100 assert_true(cbor_typeof(arr) == CBOR_TYPE_ARRAY); in test_nested_indef_arrays()
/freebsd/contrib/libcbor/src/cbor/
H A Darrays.c109 .type = CBOR_TYPE_ARRAY, in cbor_new_definite_array()
124 .type = CBOR_TYPE_ARRAY, in cbor_new_indefinite_array()
H A Dcommon.c39 return item->type == CBOR_TYPE_ARRAY; in cbor_isa_array()
121 case CBOR_TYPE_ARRAY: { in cbor_decref()
H A Ddata.h33 CBOR_TYPE_ARRAY /** 4 - arrays */ enumerator
H A Dserialization.c32 case CBOR_TYPE_ARRAY: in cbor_serialize()
111 case CBOR_TYPE_ARRAY: { in cbor_serialized_size()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_4.rst12 Corresponding :type:`cbor_type` ``CBOR_TYPE_ARRAY``
/freebsd/contrib/libcbor/src/
H A Dcbor.c213 case CBOR_TYPE_ARRAY: { in cbor_copy()
362 case CBOR_TYPE_ARRAY: { in _cbor_nested_describe()
363 _cbor_type_marquee(out, "CBOR_TYPE_ARRAY", indent); in _cbor_nested_describe()
/freebsd/contrib/libcbor/src/cbor/internal/
H A Dbuilder_callbacks.c36 case CBOR_TYPE_ARRAY: { in _cbor_builder_append()
342 case CBOR_TYPE_ARRAY: in cbor_builder_map_start_callback()