Searched refs:ErrBufferFull (Results 1 – 4 of 4) sorted by relevance
182 assert_eq!(err, Error::ErrBufferFull); in test_buffer_limit_count()202 assert_eq!(Error::ErrBufferFull, err); in test_buffer_limit_count()240 assert_eq!(Error::ErrBufferFull, err); in test_buffer_limit_size()265 assert_eq!(Error::ErrBufferFull, err); in test_buffer_limit_size()324 assert_eq!(result.unwrap_err(), Error::ErrBufferFull, "{name}"); in test_buffer_limit_sizes()
64 return Err(Error::ErrBufferFull); in grow()140 return Err(Error::ErrBufferFull); in write()
15 ErrBufferFull, enumerator
174 if util::Error::ErrBufferFull != err { in incoming()