Searched refs:check_func (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | mt_api.cpp | 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 869 dst, pkg, len, check_func); in mt_tcpsendrcv() 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 941 dst, pkg, len, check_func); 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() [all …]
|
| H A D | mt_api.h | 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);
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 1541 check_func = getattr(func, "_check_func", None) 1542 if check_func is not None: 1543 return is_supported(check_func)
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 210 …, void*& rcv_buf, int& recv_pkg_size, int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx=N… 215 …, void*& rcv_buf, int& recv_pkg_size, int timeout, MtFuncTcpMsgChecker check_func, void* msg_ctx=N…
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | ChangeLog | 1240 - Add EXPORT keyword for check_func (needed for Windows DLL)
|