Home
last modified time | relevance | path

Searched refs:uv_handle_t (Results 1 – 3 of 3) sorted by relevance

/php-uv/
H A DTODO.md12 * UV_EXTERN int uv_is_closing(const uv_handle_t* handle);
H A Dphp_uv.h161 uv_handle_t handle;
H A Dphp_uv.c398 static void php_uv_read_alloc(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf);
1234 static void destruct_uv_loop_walk_cb(uv_handle_t* handle, void* arg)
1566 static void php_uv_walk_cb(uv_handle_t* handle, void* arg)
2142 static void php_uv_read_alloc(uv_handle_t* handle, size_t suggested_size, uv_buf_t* buf)
2148 static void php_uv_close_cb(uv_handle_t *handle)
2573 static void php_uv_loop_get_gc_walk_cb(uv_handle_t* handle, void *arg) {
3680 if (uv_is_active((uv_handle_t *) &uv->uv.signal)) {
3705 if (!uv_is_active((uv_handle_t *) &uv->uv.signal)) {
4381 …php_uv_handle_open((int (*)(uv_handle_t *, long)) uv_tcp_open, uv_tcp_ce, INTERNAL_FUNCTION_PARAM_…
4427 …php_uv_handle_open((int (*)(uv_handle_t *, long)) uv_udp_open, uv_udp_ce, INTERNAL_FUNCTION_PARAM_…
[all …]

Completed in 21 milliseconds