Lines Matching refs:msg_ctx
739 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, bool keep_rcv_buf) in mt_tcp_check_recv() argument
783 rc = check_func(sbuf.buf_, recv_len, true, msg_ctx, msg_len_detected); in mt_tcp_check_recv()
797 rc = check_func(sbuf.buf_, recv_len, false, msg_ctx,msg_len_detected); in mt_tcp_check_recv()
864 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, bool keep_rcv_buf) in mt_tcpsendrcv() argument
910 …rc = mt_tcp_check_recv(sock, rcv_buf, recv_pkg_size, 0, time_left, check_func, msg_ctx, keep_rcv_b… in mt_tcpsendrcv()
930 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, bool keep_rcv_buf) in mt_tcpsendrcv_short() argument
973 …rc = mt_tcp_check_recv(sock, rcv_buf, recv_pkg_size, 0, time_left, check_func, msg_ctx, keep_rcv_b… in mt_tcpsendrcv_short()
992 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, in mt_tcpsendrcv_ex() argument
998 dst, pkg, len, check_func, msg_ctx, type); in mt_tcpsendrcv_ex()
1006 …return mt_tcpsendrcv(dst, pkg, len, rcv_buf, rcv_pkg_size, timeout, check_func, msg_ctx, keep_rcv_… in mt_tcpsendrcv_ex()
1016 …tcpsendrcv_short(dst, pkg, len, rcv_buf, rcv_pkg_size, timeout, check_func, msg_ctx, keep_rcv_buf); in mt_tcpsendrcv_ex()
1027 dst, pkg, len, check_func, msg_ctx, type); in mt_tcpsendrcv_ex()