Searched refs:str_overflow_check (Results 1 – 1 of 1) sorted by relevance
449 static bool str_overflow_check(zcbor_state_t *state, size_t len) in str_overflow_check() function468 if (!res || !str_overflow_check(state, result->len)) { in str_start_decode_with_overflow_check()1491 ZCBOR_FAIL_IF(!str_overflow_check(state, (size_t)value)); in zcbor_any_skip()