Searched refs:decode_err (Results 1 – 1 of 1) sorted by relevance
151 UPB_NORETURN static void decode_err(upb_decstate *d) { UPB_LONGJMP(d->err, 1); } in decode_err() function173 if (!decode_verifyutf8_inl(buf, len)) decode_err(d); in decode_verifyutf8()179 decode_err(d); in decode_reserve()215 if (!res.ptr) decode_err(d); in decode_varint64()233 if (!ptr || *val > UINT32_MAX || ptr - start > 5) decode_err(d); in decode_tag()290 decode_err(d); in decode_isdonefallback()301 if (!data) decode_err(d); in decode_readstr()315 if (--d->depth < 0) decode_err(d); in decode_tosubmsg()319 if (d->end_group != DECODE_NOGROUP) decode_err(d); in decode_tosubmsg()329 if (--d->depth < 0) decode_err(d); in decode_group()[all …]