Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_decode.c423 static bool str_start_decode(zcbor_state_t *state, in str_start_decode() function
466 bool res = str_start_decode(state, result, exp_major_type); in str_start_decode_with_overflow_check()
524 if(!str_start_decode(state, &result->fragment, exp_major_type)) { in start_decode_fragment()