child_stdout_ 70 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc if (child_stdout_ != NULL) { child_stdout_ 71 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc CloseHandleOrDie(child_stdout_); child_stdout_ 134 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc child_stdout_ = stdout_pipe_read; child_stdout_ 160 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc while (child_stdout_ != NULL) { child_stdout_ 167 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc if (child_stdout_ != NULL) { child_stdout_ 168 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc handles[handle_count++] = child_stdout_; child_stdout_ 204 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc } else if (signaled_handle == child_stdout_) { child_stdout_ 208 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc if (!ReadFile(child_stdout_, buffer, sizeof(buffer), &n, NULL)) { child_stdout_ 210 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc CloseHandleOrDie(child_stdout_); child_stdout_ 211 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc child_stdout_ = NULL; child_stdout_ 285 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc if (child_stdout_ != -1) { child_stdout_ 286 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc close(child_stdout_); child_stdout_ 343 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc child_stdout_ = stdout_pipe[0]; child_stdout_ 362 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc int max_fd = max(child_stdin_, child_stdout_); child_stdout_ 364 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc while (child_stdout_ != -1) { child_stdout_ 369 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc if (child_stdout_ != -1) { child_stdout_ 370 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc FD_SET(child_stdout_, &read_fds); child_stdout_ 403 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc if (child_stdout_ != -1 && FD_ISSET(child_stdout_, &read_fds)) { child_stdout_ 405 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc int n = read(child_stdout_, buffer, sizeof(buffer)); child_stdout_ 411 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc close(child_stdout_); child_stdout_ 412 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc child_stdout_ = -1; child_stdout_ 91 third_party/protobuf/src/google/protobuf/compiler/subprocess.h HANDLE child_stdout_; child_stdout_ 99 third_party/protobuf/src/google/protobuf/compiler/subprocess.h int child_stdout_;