Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/cbor/
H A Dbytestrings.c27 bool cbor_bytestring_is_indefinite(const cbor_item_t *item) { in cbor_bytestring_is_indefinite() function
82 CBOR_ASSERT(cbor_bytestring_is_indefinite(item)); in cbor_bytestring_chunks_handle()
88 CBOR_ASSERT(cbor_bytestring_is_indefinite(item)); in cbor_bytestring_chunk_count()
94 CBOR_ASSERT(cbor_bytestring_is_indefinite(item)); in cbor_bytestring_add_chunk()
H A Dbytestrings.h48 CBOR_EXPORT bool cbor_bytestring_is_indefinite(const cbor_item_t *item);
H A Dserialization.c218 CBOR_ASSERT(cbor_bytestring_is_indefinite(item)); in cbor_serialize_bytestring()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_2.rst4 …nguished using :func:`cbor_bytestring_is_definite` and :func:`cbor_bytestring_is_indefinite` respe…
35 .. doxygenfunction:: cbor_bytestring_is_indefinite
/freebsd/contrib/libcbor/test/
H A Dcallbacks_test.c56 assert_true(cbor_bytestring_is_indefinite(bytestring)); in test_builder_byte_string_callback_append()
98 assert_true(cbor_bytestring_is_indefinite(bytestring)); in test_builder_byte_string_callback_append_alloc_failure()
132 assert_true(cbor_bytestring_is_indefinite(bytestring)); in test_builder_byte_string_callback_append_item_alloc_failure()
166 assert_true(cbor_bytestring_is_indefinite(bytestring)); in test_builder_byte_string_callback_append_parent_alloc_failure()
H A Dbytestring_test.c234 assert_true(cbor_bytestring_is_indefinite(bs)); in test_zero_indef()
251 assert_true(cbor_bytestring_is_indefinite(bs)); in test_short_indef()
275 assert_true(cbor_bytestring_is_indefinite(bs)); in test_two_indef()
/freebsd/contrib/libcbor/src/cbor/internal/
H A Dbuilder_callbacks.c238 cbor_bytestring_is_indefinite(ctx->stack->top->item)) { in cbor_builder_byte_string_callback()
339 return cbor_bytestring_is_indefinite(item); in cbor_builder_map_start_callback()
/freebsd/contrib/libcbor/src/
H A Dcbor.c325 if (cbor_bytestring_is_indefinite(item)) { in _cbor_nested_describe()