Searched refs:StreamBufferGetErrorStatusRemark (Results 1 – 4 of 4) sorted by relevance
104 const char *s = StreamBufferGetErrorStatusRemark(streamBufferPtr_.get()); in Read()121 const char *s = StreamBufferGetErrorStatusRemark(streamBufferPtr_.get()); in Write()
66 const char *StreamBufferGetErrorStatusRemark(const RustStreamBuffer *rustStreamBuffer);
240 return StreamBufferGetErrorStatusRemark(streamBufferPtr_.get()); in GetErrorStatusRemark()
176 pub unsafe extern "C" fn StreamBufferGetErrorStatusRemark(object: *const StreamBuffer) -> *const c_… in StreamBufferGetErrorStatusRemark() function