Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/cbor/
H A Dcallbacks.h71 cbor_simple_callback byte_string_start; member
H A Dcallbacks.c91 .byte_string_start = cbor_null_byte_string_start_callback,
H A Dstreaming.c238 callbacks->byte_string_start(context); in cbor_stream_decode()
/freebsd/contrib/libcbor/test/
H A Dstream_expectations.c297 .byte_string_start = &byte_string_start_callback,
/freebsd/contrib/libcbor/src/
H A Dcbor.c28 .byte_string_start = &cbor_builder_byte_string_start_callback, in cbor_load()