Searched refs:str_expect (Results 1 – 2 of 2) sorted by relevance
611 static bool str_expect(zcbor_state_t *state, struct zcbor_string *result, in str_expect() function643 return str_expect(state, expected, ZCBOR_MAJOR_TYPE_BSTR); in zcbor_bstr_expect()664 return str_expect(state, expected, ZCBOR_MAJOR_TYPE_TSTR); in zcbor_tstr_expect()
204 * Use the zcbor_compare_strings() function in str_expect()