Home
last modified time | relevance | path

Searched refs:cbor_string_chunks_handle (Results 1 – 10 of 10) sorted by relevance

/src/contrib/libcbor/test/
H A Dstring_test.c213 assert_true(cbor_isa_string(cbor_string_chunks_handle(string)[0])); in test_short_indef_string()
214 assert_true(cbor_string_length(cbor_string_chunks_handle(string)[0]) == 1); in test_short_indef_string()
215 assert_true(*cbor_string_handle(cbor_string_chunks_handle(string)[0]) == 'e'); in test_short_indef_string()
H A Dmap_test.c149 cbor_string_handle(cbor_string_chunks_handle(handle[0].value)[1]), "d", in test_streamed_kv_map()
176 cbor_string_handle(cbor_string_chunks_handle(handle[0].value)[1]), "d", in test_streamed_streamed_kv_map()
H A Dcallbacks_test.c197 cbor_item_t* chunk = cbor_string_chunks_handle(string)[0]; in test_builder_string_callback_append()
H A Dcopy_test.c97 assert_memory_equal(cbor_string_handle(cbor_string_chunks_handle(copy)[0]), in test_indef_string()
/src/contrib/libcbor/src/cbor/
H A Dstrings.h101 _CBOR_NODISCARD CBOR_EXPORT cbor_item_t **cbor_string_chunks_handle(
H A Dserialization.c104 cbor_item_t **chunks = cbor_string_chunks_handle(item); in cbor_serialized_size()
255 cbor_item_t **chunks = cbor_string_chunks_handle(item); in cbor_serialize_string()
H A Dcommon.c112 cbor_item_t **handle = cbor_string_chunks_handle(item); in cbor_decref()
H A Dstrings.c81 cbor_item_t **cbor_string_chunks_handle(const cbor_item_t *item) { in cbor_string_chunks_handle() function
/src/contrib/libcbor/doc/source/api/
H A Dtype_3.rst33 .. doxygenfunction:: cbor_string_chunks_handle
/src/contrib/libcbor/src/
H A Dcbor.c199 cbor_copy(cbor_string_chunks_handle(item)[i]); in cbor_copy()
348 _cbor_nested_describe(cbor_string_chunks_handle(item)[i], out, in _cbor_nested_describe()