Lines Matching refs:h
538 uv_handle_t* h; in uv_walk() local
543 h = uv__queue_data(q, uv_handle_t, handle_queue); in uv_walk()
548 if (h->flags & UV_HANDLE_INTERNAL) continue; in uv_walk()
549 walk_cb(h, arg); in uv_walk()
557 uv_handle_t* h; in uv__print_handles() local
566 h = uv__queue_data(q, uv_handle_t, handle_queue); in uv__print_handles()
568 if (only_active && !uv__is_active(h)) in uv__print_handles()
571 switch (h->type) { in uv__print_handles()
580 "R-"[!(h->flags & UV_HANDLE_REF)], in uv__print_handles()
581 "A-"[!(h->flags & UV_HANDLE_ACTIVE)], in uv__print_handles()
582 "I-"[!(h->flags & UV_HANDLE_INTERNAL)], in uv__print_handles()
584 (void*)h); in uv__print_handles()
853 uv_handle_t* h; in uv_loop_close() local
862 h = uv__queue_data(q, uv_handle_t, handle_queue); in uv_loop_close()
863 if (!(h->flags & UV_HANDLE_INTERNAL)) in uv_loop_close()