Home
last modified time | relevance | path

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

/zcbor-latest/src/
Dzcbor_decode.c614 struct zcbor_string tmp_result; in str_expect() local
616 if (!str_decode(state, &tmp_result, exp_major_type)) { in str_expect()
619 if (!zcbor_compare_strings(&tmp_result, result)) { in str_expect()