Searched refs:clientPipeInput_ (Results 1 – 2 of 2) sorted by relevance
142 printf(" pipe_input:\t%d\n", clientPipeInput_); in DumpOptions()260 if (!Option::GetOptionValue(args, "--pipe_input", clientPipeInput_)) { in GetOptions()864 if (clientPipeInput_ != -1) { in ClientCommandHandle()866 close(clientPipeInput_); in ClientCommandHandle()868 clientPipeInput_ = open(CONTROL_FIFO_FILE_C2S.c_str(), O_RDONLY | O_NONBLOCK); in ClientCommandHandle()871 clientPipeInput_, POLLIN, 0 in ClientCommandHandle()882 ssize_t result = TEMP_FAILURE_RETRY(read(clientPipeInput_, &c, 1)); in ClientCommandHandle()1133 close(clientPipeInput_); in CloseClientThread()
232 int clientPipeInput_ = -1; variable