Searched refs:ProcessSocketInEvent (Results 1 – 4 of 4) sorted by relevance
212 int32_t ret = ProcessSocketInEvent(conn, fd);
301 static int32_t ProcessSocketInEvent(SessionConn *conn, int fd) in ProcessSocketInEvent() function380 ret = ProcessSocketInEvent(conn, fd); in TdcOnDataEvent()
166 int32_t ret = ProcessSocketInEvent(AUTH, fd);
237 static int32_t ProcessSocketInEvent(ListenerModule module, int32_t fd) in ProcessSocketInEvent() function316 return ProcessSocketInEvent(module, fd); in OnDataEvent()