Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/test/
H A Dtest_allocator.h9 typedef enum call_expectation { enum
14 } call_expectation; typedef
H A Dtest_allocator.c12 call_expectation *expectations;
22 expectations[i] = va_arg(args, call_expectation); in set_mock_malloc()