Searched refs:msg_len_detected (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | mt_api.cpp | 747 bool msg_len_detected = false; in mt_tcp_check_recv() local 783 rc = check_func(sbuf.buf_, recv_len, true, msg_ctx, msg_len_detected); in mt_tcp_check_recv() 795 if((!msg_len_detected)||recv_len==pkg_len) in mt_tcp_check_recv() 797 rc = check_func(sbuf.buf_, recv_len, false, msg_ctx,msg_len_detected); in mt_tcp_check_recv() 798 if(msg_len_detected) in mt_tcp_check_recv()
|
| H A D | mt_api.h | 54 …int (*MtFuncTcpMsgChecker)(void* buf, int len, bool closed, void* msg_ctx, bool &msg_len_detected);
|