Searched defs:sendMsg (Results 1 – 2 of 2) sorted by relevance
73 int SocketClient::sendMsg(int code, const char *msg, bool addErrno) { in sendMsg() function in SocketClient77 int SocketClient::sendMsg(int code, const char *msg, bool addErrno, bool useCmdNum) { in sendMsg() function in SocketClient164 int SocketClient::sendMsg(const char *msg) { in sendMsg() function in SocketClient
37 int sendMsg(int code, const char* msg, bool addErrno) { in sendMsg() function