Lines Matching refs:handle

81 *resource $uv_t*: uv resource handle.
106 *resource $uv_loop*: uv loop handle
331 ### void uv_write(resource $handle, string $data, callable $callback)
339 *resource $handle*: uv resources (uv_tcp, uv_udp, uv_pipe ...etc.)
341 *callable $callback*: callable variables. this callback expects (resource $handle, long $status)
351 ### void uv_write2(resource $handle, string $data, resource $send, callable $callback)
354 ### void uv_tcp_nodelay(resource $handle, bool $enable)
362 *resource $handle*: libuv tcp resource
418 ### void uv_shutdown(resource $handle, callable $callback)
422 shutdown uv handle.
426 *resource $handle*: uv resources (uv_tcp, uv_udp, uv_pipe ...etc.)
427 *callable $callback*: callable variables. this callback expects (resource $handle, long $status)
437 ### void uv_close(resource $handle, callable $callback)
441 close uv handle.
445 *resource $handle*: uv resources (uv_tcp, uv_udp, uv_pipe ...etc.)
446 *callable $callback*: callable variables. this callback expects (resource $handle, long $status)
456 ### void uv_read_start(resource $handle, callable $callback)
464 *resource $handle*: uv resources (uv_tcp, uv_udp, uv_pipe ...etc.)
466 *callable $callback*: callable variables. this callback parameter expects (resource $handle, long $…
476 * You have to handle erorrs correctly. otherwise this will leak.
481 ### void uv_read2_start(resource $handle, callable $callback)
484 ### void uv_read_stop(resource $handle)
492 *resource $uv*: uv resource handle which started uv_read.
582 ### void uv_listen(resource $handle, long $backlog, callable $callback)
586 listens for a connection on a uv handle.
590 *resource $handle*: uv resource handle (tcp, udp and pipe)
623 ### void uv_tcp_connect(resource $handle, resource $ipv4_addr, callable $callback)
631 *resource $handle*: requires `uv_tcp_init()` resource.
652 ### void uv_tcp_connect6(resource $handle, resource $ipv6_addr, callable $callback)
660 *resource $handle*: requires `uv_tcp_init()` resource.
685 initialize timer handle.
707 initialize timer handle.
824 initialize uv idle handle.
832 *resource $idle*: initialized idle handle.
949 return default loop handle.
970 create a new loop handle.
1014 listens for a connection on a uv udp handle.
1018 *resource $handle*: uv resource handle (udp)
1058 listens for a connection on a uv udp handle.
1062 *resource $handle*: uv resource handle (udp)
1098 ### void uv_udp_recv_start(resource $handle, callable $callback)
1106 *resource $handle*: uv resource handle (udp)
1140 ### void uv_udp_recv_stop(resource $handle)
1148 *resource $handle*: uv resource handle (udp)
1156 ### long uv_udp_set_membership(resource $handle, string $multicast_addr, string $interface_addr, lo…
1164 *resource $handle*: uv resource handle (udp)
1180 ### void uv_udp_set_multicast_loop(resource $handle, long $enabled)
1188 *resource $handle*: uv resource handle (udp)
1200 ### void uv_udp_set_multicast_ttl(resource $handle, long $ttl)
1208 *resource $handle*: uv resource handle (udp)
1220 ### void uv_udp_set_broadcast(resource $handle, bool $enabled)
1228 *resource $handle*: uv resource handle (udp)
1240 ### void uv_udp_send(resource $handle, string $data, resource $uv_addr, callable $callback)
1248 *resource $handle*: uv resource handle (udp)
1285 ### void uv_udp_send6(resource $handle, string $data, resource $uv_addr6, callable $callback)
1293 *resource $handle*: uv resource handle (udp)
1330 ### bool uv_is_active(resource $handle)
1333 ### bool uv_is_readable(resource $handle)
1336 ### bool uv_is_writable(resource $handle)
1403 ### void uv_pipe_open(resource $handle, long $pipe)
1411 *resource $uv_handle*: uv pipe handle
1423 ### long uv_pipe_bind(resource $handle, string $name)
1431 *resource $uv_handle*: uv pipe handle
1443 ### void uv_pipe_connect(resource $handle, string $path, callable $callback)
1451 *resource $uv_handle*: uv pipe handle
1477 ### void uv_pipe_pending_instances(resource $handle, long $count)
1483 ### void ares_gethostbyname(resource $handle, string $name, long $flag, callable $callback)
1688 ### void uv_process_kill(resource $handle, long $signal)
1696 *resource $handle*: uv resource handle (process)
1762 ### uv_rwlock_rdlock(resource $handle)
1770 *resource $handle*: uv resource handle (uv rwlock)
1780 ### bool uv_rwlock_tryrdlock(resource $handle)
1788 ### void uv_rwlock_rdunlock(resource $handle)
1796 *resource $handle*: uv resource handle (uv rwlock)
1806 ### uv_rwlock_wrlock(resource $handle)
1814 *resource $handle*: uv resource handle (uv rwlock)
1824 ### uv_rwlock_trywrlock(resource $handle)
1832 ### uv_rwlock_wrunlock(resource $handle)
1840 *resource $handle*: uv resource handle (uv rwlock)
1874 *resource $handle*: uv resource handle (uv mutex)
1916 *resource $handle*: uv resource handle (uv sem)
1950 *resource $loop*: uv loop handle
1965 ### void uv_prepare_start(resource $handle, callable $callback)
1973 *resource $handle*: uv resource handle (prepare)
1997 ### void uv_prepare_stop(resource $handle)
2005 *resource $prepare*: uv resource handle (prepare)
2021 *resource $loop*: uv loop handle
2034 ### void uv_check_start(resource $handle, callable $callback)
2042 *resource $handle*: uv resource handle (check)
2078 ### void uv_check_stop(resource $handle)
2086 *resource $check*: uv resource handle (check)
2114 ### void uv_async_send(resource $handle)
2122 *resource $handle*: uv async handle
2190 *resource $loop*: uv loop handle
2264 *resource $handle*: uv loop handle
2287 *resource $handle*: uv loop handle
2308 *resource $handle*: uv loop handle
2331 *resource $handle*: uv loop handle
2354 *resource $handle*: uv loop handle
2375 *resource $handle*: uv loop handle
2396 *resource $handle*: uv loop handle
2420 *resource $handle*: uv loop handle
2446 *resource $handle*: uv loop handle
2471 *resource $handle*: uv loop handle
2494 *resource $handle*: uv loop handle
2517 *resource $handle*: uv loop handle
2542 *resource $handle*: uv loop handle
2567 *resource $handle*: uv loop handle
2590 *resource $handle*: uv loop handle
2615 *resource $handle*: uv loop handle
2636 *resource $handle*: uv loop handle
2658 *resource $handle*: uv loop handle
2680 *resource $handle*: uv loop handle
2702 *resource $handle*: uv loop handle
2725 *resource $handle*: uv loop handle
2752 *resource $handle*: uv loop handle
2774 *resource $handle*: uv loop handle
2846 ### uv uv_poll_start(resource $handle, $events, $callback)
2882 * if you want to use a socket. please use uv_poll_init_socket instead of this. Windows can't handle
2892 ### uv uv_fs_poll_start(resource $handle, $callback, string $path, long $interval)
2904 *resource $uv_loop*: uv loop handle
2919 *resource $uv_loop*: uv loop handle