Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/src/cbor/
H A Dstrings.h147 CBOR_EXPORT cbor_item_t *cbor_build_stringn(const char *val, size_t length);
H A Dstrings.c52 cbor_item_t *cbor_build_stringn(const char *val, size_t length) { in cbor_build_stringn() function
/freebsd-13.1/contrib/libcbor/test/
H A Dmemory_allocation_test.c143 WITH_FAILING_MALLOC({ assert_null(cbor_build_stringn("Test", 4)); }); in test_string_creation()
144 WITH_MOCK_MALLOC({ assert_null(cbor_build_stringn("Test", 4)); }, 2, MALLOC, in test_string_creation()
/freebsd-13.1/contrib/libcbor/src/
H A Dcbor.c178 return cbor_build_stringn((const char *)cbor_string_handle(item), in cbor_copy()
/freebsd-13.1/contrib/libcbor/
H A DCHANGELOG.md89 - `cbor_build_stringn`