Lines Matching defs:nullptr
56 *buf = uv_buf_init(nullptr, 0);
104 first_output_buffer_(nullptr),
105 last_output_buffer_(nullptr),
122 for (buf = first_output_buffer_; buf != nullptr; buf = next) {
238 for (buf = first_output_buffer_; buf != nullptr; buf = buf->next())
249 for (buf = first_output_buffer_; buf != nullptr; buf = buf->next())
260 if (last_output_buffer_ == nullptr) {
385 uv_loop_(nullptr),
388 uv_stdio_containers_(nullptr),
392 file_buffer_(nullptr),
393 args_buffer_(nullptr),
394 env_buffer_(nullptr),
395 cwd_buffer_(nullptr),
455 if (uv_loop_ == nullptr) {
463 uv_loop_ = nullptr;
507 if (pipe != nullptr) {
530 if (uv_loop_ != nullptr) {
542 uv_close(uv_process_handle, nullptr);
552 uv_loop_ = nullptr;
735 if (h != nullptr && h->writable())
909 uv_buf_t buf = uv_buf_init(nullptr, 0);
1078 list[length] = nullptr;
1089 uv_close(reinterpret_cast<uv_handle_t*>(handle), nullptr);