Searched refs:StreamSessionSendMsg (Results 1 – 3 of 3) sorted by relevance
41 …bool StreamSessionSendMsg(const RustStreamSession *rustStreamSession, const char *buf, size_t size…
219 pub unsafe extern "C" fn StreamSessionSendMsg(object: *const StreamSession, buf: *const c_char, siz… in StreamSessionSendMsg() function
54 return StreamSessionSendMsg(streamSessionPtr_.get(), buf, size); in SendMsg()