Searched refs:func (Results 1 – 3 of 3) sorted by relevance
/zcbor-3.6.0/src/ |
D | zcbor_common.c | 286 void *result, size_t *payload_len_out, zcbor_state_t *state, zcbor_decoder_t func, in zcbor_entry_function() argument 291 bool ret = func(state, result); in zcbor_entry_function()
|
/zcbor-3.6.0/zcbor/ |
D | zcbor.py | 157 def xcode_statement(func, *sargs, **kwargs): argument 158 if func is None: 160 return "(%s(%s))" % (func, xcode_args(*sargs, **kwargs)) 2117 func = "zcbor_any_skip" 2119 func = f"{func_prefix}_decode" 2121 func = f"{func_prefix}_{'pexpect' if ptr_variant else 'expect'}" 2125 func = f"{func_prefix}_expect_union" 2130 func = "zcbor_nil_put" 2132 func = f"{func_prefix}_encode" 2134 func = f"{func_prefix}_put" [all …]
|
/zcbor-3.6.0/include/ |
D | zcbor_common.h | 323 void *result, size_t *payload_len_out, zcbor_state_t *state, zcbor_decoder_t func,
|