Home
last modified time | relevance | path

Searched refs:cbor_build_stringn (Results 1 – 5 of 5) sorted by relevance

/src/contrib/libcbor/src/cbor/
H A Dstrings.h176 _CBOR_NODISCARD CBOR_EXPORT cbor_item_t *cbor_build_stringn(const char *val,
H A Dstrings.c53 cbor_item_t *cbor_build_stringn(const char *val, size_t length) { in cbor_build_stringn() function
/src/contrib/libcbor/test/
H A Dstring_test.c253 WITH_FAILING_MALLOC({ assert_null(cbor_build_stringn("Test", 4)); }); in test_string_creation()
254 WITH_MOCK_MALLOC({ assert_null(cbor_build_stringn("Test", 4)); }, 2, MALLOC, in test_string_creation()
/src/contrib/libcbor/src/
H A Dcbor.c189 return cbor_build_stringn((const char *)cbor_string_handle(item), in cbor_copy()
/src/contrib/libcbor/
H A DCHANGELOG.md149 - `cbor_build_stringn`