Searched defs:client (Results 1 – 5 of 5) sorted by relevance
48 void FlushCommand::runSocketCommand(SocketClient *client) { in runSocketCommand()85 bool FlushCommand::hasReadLogs(SocketClient *client) { in hasReadLogs()
28 LogTimeEntry::LogTimeEntry(LogReader &reader, SocketClient *client, in LogTimeEntry()82 SocketClient *client = me->mClient; in threadStop() local119 SocketClient *client = me->mClient; in threadStart() local
31 bool FwmarkServer::onDataAvailable(SocketClient* client) { in onDataAvailable()48 int FwmarkServer::processClient(SocketClient* client, int* socketFd) { in processClient()
1377 int CommandListener::NetworkCommand::syntaxError(SocketClient* client, const char* message) { in syntaxError()1382 int CommandListener::NetworkCommand::operationError(SocketClient* client, const char* message, in operationError()1389 int CommandListener::NetworkCommand::success(SocketClient* client) { in success()1394 int CommandListener::NetworkCommand::runCommand(SocketClient* client, int argc, char** argv) { in runCommand()
239 static void client(void) in client() function