Searched defs:DECODE_ERROR (Results 1 – 11 of 11) sorted by relevance
12 DECODE_ERROR = 6; enumerator
30 DECODE_ERROR = 4, // an error occurred while decoding the argument enumerator
42 private static final int DECODE_ERROR = -1; field in VpxDecoder
47 private static final int DECODE_ERROR = -1; field in OpusDecoder
581 DECODE_ERROR = 4 # an error occurred while decoding the argument variable in DecodedArg
82 DECODE_ERROR = 50 variable in AlertDescription
45 static const size_t DECODE_ERROR = ((size_t)-1); variable
203 DECODE_ERROR = 50 variable in _TLSAlertType
587 pub const DECODE_ERROR: SslAlert = SslAlert(ffi::SSL_AD_DECODE_ERROR); constant