Home
last modified time | relevance | path

Searched refs:last_output_buffer_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dspawn_sync.cc105 last_output_buffer_(nullptr), in SyncProcessStdioPipe()
260 if (last_output_buffer_ == nullptr) { in OnAlloc()
263 last_output_buffer_ = first_output_buffer_; in OnAlloc()
265 } else if (last_output_buffer_->available() == 0) { in OnAlloc()
268 last_output_buffer_->set_next(buf); in OnAlloc()
269 last_output_buffer_ = buf; in OnAlloc()
272 last_output_buffer_->OnAlloc(suggested_size, buf); in OnAlloc()
286 last_output_buffer_->OnRead(buf, nread); in OnRead()
H A Dspawn_sync.h125 SyncProcessOutputBuffer* last_output_buffer_; member in node::SyncProcessStdioPipe

Completed in 3 milliseconds