Home
last modified time | relevance | path

Searched refs:first_output_buffer_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dspawn_sync.cc104 first_output_buffer_(nullptr), in SyncProcessStdioPipe()
122 for (buf = first_output_buffer_; buf != nullptr; buf = next) { in ~SyncProcessStdioPipe()
238 for (buf = first_output_buffer_; buf != nullptr; buf = buf->next()) in OutputLength()
249 for (buf = first_output_buffer_; buf != nullptr; buf = buf->next()) in CopyOutput()
262 first_output_buffer_ = new SyncProcessOutputBuffer(); in OnAlloc()
263 last_output_buffer_ = first_output_buffer_; in OnAlloc()
Dspawn_sync.h124 SyncProcessOutputBuffer* first_output_buffer_; variable