Lines Matching refs:MTLOG_ERROR
222 MTLOG_ERROR("param invalid, data[%p], len[%u]", _req_data, _req_len); in CheckParams()
228 MTLOG_ERROR("param invalid, ip[%u], port[%u]", _dest_ipv4.sin_addr.s_addr, in CheckParams()
237 MTLOG_ERROR("param invalid, callback[%p], session_id[%llu]", _callback, _session_id); in CheckParams()
243 MTLOG_ERROR("param invalid, session_id[%llu] regist failed", _session_id); in CheckParams()
259 MTLOG_ERROR("get dest link handle failed"); in GetConnLink()
266 MTLOG_ERROR("get sock link handle failed"); in GetConnLink()
280 MTLOG_ERROR("get sock link handle failed"); in WaitConnect()
287 MTLOG_ERROR("create sock failed, ret %d[%m]", fd); in WaitConnect()
306 MTLOG_ERROR("connect get out errno %d", _err_no); in WaitConnect()
327 MTLOG_ERROR("get sock link handle failed"); in WaitSend()
334 MTLOG_ERROR("sock send failed, ret %d[%m]", ret); in WaitSend()
354 MTLOG_ERROR("send get out errno %d", _err_no); in WaitSend()
375 MTLOG_ERROR("get sock link handle failed"); in WaitRecv()
415 MTLOG_ERROR("check params failed, ret[%d]", ret); in SendRecv()
422 MTLOG_ERROR("get sock conn failed, ret: %d", ret); in SendRecv()
429 MTLOG_ERROR("sock connect failed, ret: %d", ret); in SendRecv()
438 MTLOG_ERROR("sock send failed, ret: %d", ret); in SendRecv()
447 MTLOG_ERROR("sock recv failed, ret: %d", ret); in SendRecv()
492 MTLOG_ERROR("net handler invalid"); in SwitchToConn()
507 MTLOG_ERROR("net handler invalid"); in SwitchToSend()
522 MTLOG_ERROR("net handler invalid"); in SwitchToRecv()
537 MTLOG_ERROR("net handler invalid"); in SwitchToIdle()
682 MTLOG_ERROR("unknown list type: %d", type); in AppendToList()
694 MTLOG_ERROR("unknown list type: %d", type); in RemoveFromList()
823 MTLOG_ERROR("socket link without parents ptr, maybe wrong"); in Destroy()
851 MTLOG_ERROR("create socket failed, ret %d[%m]", _fd); in CreateSock()
858 MTLOG_ERROR("socket unblock failed, %m"); in CreateSock()
873 MTLOG_ERROR("socket epoll mng failed, %m"); in CreateSock()
941 MTLOG_ERROR("Open connect not ok, sock %d, errno %d", _fd, err); in Connect()
968 MTLOG_ERROR("get buff ptr invalid, log it"); in SendCacheUdp()
984 MTLOG_ERROR("socket send failed, fd %d, errno %d(%s)", _fd, in SendCacheUdp()
1009 MTLOG_ERROR("socket send failed, fd %d, errno %d(%s)", _fd, in SendCacheUdp()
1056 MTLOG_ERROR("socket writev failed, fd %d, errno %d(%s)", _fd, in SendCacheTcp()
1111 MTLOG_ERROR("socket epoll mng failed[%m], wait timeout"); in SendData()
1136 MTLOG_ERROR("no more memory, error"); in ExtendRecvRsp()
1159 MTLOG_ERROR("recv data with no session callback, err"); in GetSessionCallback()
1188 MTLOG_ERROR("recv data with no session callback, err"); in DispathTcp()
1200 MTLOG_ERROR("alloc memory, error"); in DispathTcp()
1210 MTLOG_ERROR("user check resp failed, ret %d", ret); in DispathTcp()
1232 MTLOG_ERROR("no more memory, error"); in DispathTcp()
1340 MTLOG_ERROR("session dest link invalid, maybe error"); in FindSession()
1376 MTLOG_ERROR("recv on link failed, close it, ret %d[%m]", ret); in InputNotify()
1427 MTLOG_ERROR("Send on link failed, close it, ret %d[%m]", ret); in OutputNotify()
1438 MTLOG_ERROR("socket epoll mng failed[%m], wait timeout"); in OutputNotify()
1447 MTLOG_ERROR("socket epoll error, fd %d", _fd); in HangupNotify()
1505 MTLOG_ERROR("obj %p attach timer failed, error", this); in StartTimer()
1513 MTLOG_ERROR("invalid socklink %p, error", sock); in FreeSockLink()
1534 MTLOG_ERROR("alloc sock link failed, error"); in GetSockLink()
1619 MTLOG_ERROR("session insert failed, ret %d", ret); in InsertNetItem()
1656 MTLOG_ERROR("ip dest insert failed, ret %d", ret); in InsertDestLink()
1685 MTLOG_ERROR("dest links alloc failed, log it"); in FindCreateDest()