Searched refs:ErrBufferTooSmall (Results 1 – 13 of 13) sorted by relevance
82 return Err(Error::ErrBufferTooSmall); in unmarshal()87 return Err(Error::ErrBufferTooSmall); in unmarshal()93 return Err(Error::ErrBufferTooSmall); in unmarshal()97 return Err(Error::ErrBufferTooSmall); in unmarshal()103 return Err(Error::ErrBufferTooSmall); in unmarshal()109 return Err(Error::ErrBufferTooSmall); in unmarshal()115 return Err(Error::ErrBufferTooSmall); in unmarshal()
63 return Err(Error::ErrBufferTooSmall); in unmarshal()
61 return Err(Error::ErrBufferTooSmall); in unmarshal()
35 return Err(Error::ErrBufferTooSmall.into()); in unmarshal()56 return Err(Error::ErrBufferTooSmall.into()); in marshal_to()
46 return Err(Error::ErrBufferTooSmall.into()); in unmarshal()69 return Err(Error::ErrBufferTooSmall.into()); in marshal_to()
27 return Err(Error::ErrBufferTooSmall.into()); in unmarshal()50 return Err(Error::ErrBufferTooSmall.into()); in marshal_to()
13 ErrBufferTooSmall, enumerator
233 return Err(Error::ErrBufferTooSmall.into()); in marshal_to()
74 return Err(Error::ErrBufferTooSmall.into()); in unmarshal()
86 return Err(Error::ErrBufferTooSmall.into()); in marshal_to()
120 assert_eq!(Error::ErrBufferTooSmall, err); in test_extension()348 assert_eq!(Error::ErrBufferTooSmall, err); in test_rfc_8285_one_byte_multiple_extensions_with_padding()
19 ErrBufferTooSmall, enumerator
415 return Err(Error::ErrBufferTooSmall); in read()