Searched refs:MtFuncTcpMsgChecker (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | mt_api.h | 54 typedef int (*MtFuncTcpMsgChecker)(void* buf, int len, bool closed, void* msg_ctx, bool &msg_len_de… typedef 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 D | mt_api.cpp | 739 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, bool keep_rcv_buf) in mt_tcp_check_recv() 864 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, bool keep_rcv_buf) in mt_tcpsendrcv() 930 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, bool keep_rcv_buf) in mt_tcpsendrcv_short() 992 int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx, in mt_tcpsendrcv_ex()
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 210 …id* pkg, int len, void*& rcv_buf, int& recv_pkg_size, int timeout, MtFuncTcpMsgChecker check_func,… 215 …id* pkg, int len, void*& rcv_buf, int& recv_pkg_size, int timeout, MtFuncTcpMsgChecker check_func,…
|