Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/src/cbor/
H A Dcallbacks.h69 cbor_simple_callback byte_string_start; member
H A Dcallbacks.c86 .byte_string_start = cbor_null_byte_string_start_callback,
H A Dstreaming.c256 callbacks->byte_string_start(context); in cbor_stream_decode()
/freebsd-13.1/contrib/libcbor/test/
H A Dstream_expectations.c287 .byte_string_start = &byte_string_start_callback,
/freebsd-13.1/contrib/libcbor/src/
H A Dcbor.c27 .byte_string_start = &cbor_builder_byte_string_start_callback, in cbor_load()