Home
last modified time | relevance | path

Searched refs:msg_ctx (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_api.h54 typedef int (*MtFuncTcpMsgChecker)(void* buf, int len, bool closed, void* msg_ctx, bool &msg_len_de…
58 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx=NULL,
63 … int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx=NULL, bool keep_rcv_buf=false);
H A Dmt_api.cpp739 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()
[all …]
/f-stack/doc/
H A DF-Stack_API_Reference.md210 …, int& recv_pkg_size, int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx=NULL, MT_TCP_CONN…
215 …, int& recv_pkg_size, int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx=NULL, bool keep_r…