Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 2 of 2) sorted by relevance

/php-uv/
H A Dphp_uv.c1566 static void php_uv_walk_cb(uv_handle_t* handle, void* arg)
1662 static void php_uv_shutdown_cb(uv_shutdown_t* handle, int status)
1752 static void php_uv_prepare_cb(uv_prepare_t* handle)
1773 static void php_uv_check_cb(uv_check_t* handle)
1795 static void php_uv_async_cb(uv_async_t* handle)
2148 static void php_uv_close_cb(uv_handle_t *handle)
2190 static void php_uv_idle_cb(uv_timer_t *handle)
2259 static void php_uv_timer_cb(uv_timer_t *handle)
2281 static void php_uv_signal_cb(uv_signal_t *handle, int sig_num)
4700 zval *handle; local
[all …]
H A Dphp_uv.h161 uv_handle_t handle; member

Completed in 40 milliseconds