Lines Matching refs:pending
91 uv_handle_type pending;
120 pending = uv_pipe_pending_type(pipe);
121 ASSERT_EQ(pending, ctx.expected_type);
123 if (pending == UV_NAMED_PIPE)
125 else if (pending == UV_TCP)
306 uv_handle_type pending;
331 pending = uv_pipe_pending_type(pipe);
332 ASSERT(pending == UV_NAMED_PIPE || pending == UV_TCP);
334 if (pending == UV_NAMED_PIPE)
336 else if (pending == UV_TCP)