Home
last modified time | relevance | path

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

/nanopb-3.4.0/
Dpb.h879 #define PB_SET_ERROR(stream, msg) PB_UNUSED(stream) macro
882 #define PB_SET_ERROR(stream, msg) (stream->errmsg = (stream)->errmsg ? (stream)->errmsg : (msg)) macro
886 #define PB_RETURN_ERROR(stream, msg) return PB_SET_ERROR(stream, msg), false
Dpb_decode.c769 PB_SET_ERROR(stream, substream.errmsg ? substream.errmsg : "callback failed"); in decode_callback_field()
/nanopb-3.4.0/spm_headers/nanopb/
Dpb.h879 #define PB_SET_ERROR(stream, msg) PB_UNUSED(stream) macro
882 #define PB_SET_ERROR(stream, msg) (stream->errmsg = (stream)->errmsg ? (stream)->errmsg : (msg)) macro
886 #define PB_RETURN_ERROR(stream, msg) return PB_SET_ERROR(stream, msg), false