SocketConnList     20 plugin/ipc/socket/socketconnlist.cpp   SocketConnList::instance().eventHook(event, data);
SocketConnList     26 plugin/ipc/socket/socketconnlist.cpp     SocketConnList::instance().processClose(arg1);
SocketConnList     28 plugin/ipc/socket/socketconnlist.cpp     SocketConnList::instance().processDup(arg1, arg2);
SocketConnList     34 plugin/ipc/socket/socketconnlist.cpp static SocketConnList *socketConnList = NULL;
SocketConnList     35 plugin/ipc/socket/socketconnlist.cpp SocketConnList& SocketConnList::instance()
SocketConnList     43 plugin/ipc/socket/socketconnlist.cpp void SocketConnList::drain()
SocketConnList     57 plugin/ipc/socket/socketconnlist.cpp       (TcpConnection*) SocketConnList::instance().getConnection(id);
SocketConnList     67 plugin/ipc/socket/socketconnlist.cpp void SocketConnList::preCkpt()
SocketConnList    108 plugin/ipc/socket/socketconnlist.cpp void SocketConnList::postRestart()
SocketConnList    115 plugin/ipc/socket/socketconnlist.cpp void SocketConnList::registerNSData(bool isRestart)
SocketConnList    123 plugin/ipc/socket/socketconnlist.cpp void SocketConnList::sendQueries(bool isRestart)
SocketConnList    133 plugin/ipc/socket/socketconnlist.cpp void SocketConnList::refill(bool isRestart)
SocketConnList    139 plugin/ipc/socket/socketconnlist.cpp void SocketConnList::scanForPreExisting()
SocketConnList    187 plugin/ipc/socket/socketconnlist.cpp Connection *SocketConnList::createDummyConnection(int type)
SocketConnList     19 plugin/ipc/socket/socketconnlist.h   class SocketConnList : public ConnectionList
SocketConnList     30 plugin/ipc/socket/socketconnlist.h       static SocketConnList& instance();
SocketConnList     67 plugin/ipc/socket/socketwrappers.cpp     SocketConnList::instance().add(ret, con);
SocketConnList    110 plugin/ipc/socket/socketwrappers.cpp       (TcpConnection*) SocketConnList::instance().getConnection(sockfd);
SocketConnList    136 plugin/ipc/socket/socketwrappers.cpp       (TcpConnection*) SocketConnList::instance().getConnection(sockfd);
SocketConnList    154 plugin/ipc/socket/socketwrappers.cpp       (TcpConnection*) SocketConnList::instance().getConnection(sockfd);
SocketConnList    171 plugin/ipc/socket/socketwrappers.cpp     (TcpConnection*) SocketConnList::instance().getConnection(sockfd);
SocketConnList    177 plugin/ipc/socket/socketwrappers.cpp   SocketConnList::instance().add(ret, con);
SocketConnList    239 plugin/ipc/socket/socketwrappers.cpp       (TcpConnection*) SocketConnList::instance().getConnection(sockfd);
SocketConnList    279 plugin/ipc/socket/socketwrappers.cpp     SocketConnList::instance().add(sv[0], a);
SocketConnList    280 plugin/ipc/socket/socketwrappers.cpp     SocketConnList::instance().add(sv[1], b);