Home
last modified time | relevance | path

Searched refs:uint8_callback (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libcbor/test/
H A Dstream_expectations.h119 void uint8_callback(void *, uint8_t);
H A Dstream_expectations.c28 void uint8_callback(void *_CBOR_UNUSED(_context), uint8_t actual) { in uint8_callback() function
286 .uint8 = &uint8_callback,