theDrainer         48 plugin/ipc/socket/kernelbufferdrainer.cpp static KernelBufferDrainer *theDrainer = NULL;
theDrainer         51 plugin/ipc/socket/kernelbufferdrainer.cpp   if (theDrainer == NULL) {
theDrainer         52 plugin/ipc/socket/kernelbufferdrainer.cpp     theDrainer = new KernelBufferDrainer();
theDrainer         54 plugin/ipc/socket/kernelbufferdrainer.cpp   return *theDrainer;
theDrainer        213 plugin/ipc/socket/kernelbufferdrainer.cpp   delete theDrainer;
theDrainer        214 plugin/ipc/socket/kernelbufferdrainer.cpp   theDrainer = NULL;
theDrainer         27 plugin/ipc/ssh/ssh.cpp static SSHDrainer *theDrainer = NULL;
theDrainer         62 plugin/ipc/ssh/ssh.cpp   JASSERT(theDrainer == NULL);
theDrainer         63 plugin/ipc/ssh/ssh.cpp   theDrainer = new SSHDrainer();
theDrainer         65 plugin/ipc/ssh/ssh.cpp     theDrainer->beginDrainOf(STDIN_FILENO, sshStdin);
theDrainer         66 plugin/ipc/ssh/ssh.cpp     theDrainer->beginDrainOf(STDOUT_FILENO);
theDrainer         67 plugin/ipc/ssh/ssh.cpp     theDrainer->beginDrainOf(STDERR_FILENO);
theDrainer         69 plugin/ipc/ssh/ssh.cpp     theDrainer->beginDrainOf(sshStdin);
theDrainer         70 plugin/ipc/ssh/ssh.cpp     theDrainer->beginDrainOf(sshStdout, STDOUT_FILENO);
theDrainer         71 plugin/ipc/ssh/ssh.cpp     theDrainer->beginDrainOf(sshStderr, STDERR_FILENO);
theDrainer         73 plugin/ipc/ssh/ssh.cpp   theDrainer->monitorSockets(DRAINER_CHECK_FREQ);
theDrainer         86 plugin/ipc/ssh/ssh.cpp   theDrainer->refill();
theDrainer         88 plugin/ipc/ssh/ssh.cpp   delete theDrainer;
theDrainer         89 plugin/ipc/ssh/ssh.cpp   theDrainer = NULL;