Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.c320 static zend_class_entry *uv_timer_ce; variable
1199 …|| ce == uv_check_ce || ce == uv_idle_ce || ce == uv_async_ce || ce == uv_timer_ce || ce == uv_pro…
2173 …return (ce == uv_signal_ce || ce == uv_timer_ce || ce == uv_idle_ce || ce == uv_udp_ce || ce == uv…
2742 uv_timer_ce = php_uv_register_internal_class_ex("UVTimer", uv_ce);
4103 PHP_UV_INIT_UV_EX(uv, uv_timer_ce, uv_timer_init);
4122 UV_PARAM_OBJ(uv, php_uv_t, uv_timer_ce)
4160 UV_PARAM_OBJ(uv, php_uv_t, uv_timer_ce)
4185 UV_PARAM_OBJ(uv, php_uv_t, uv_timer_ce)
4208 UV_PARAM_OBJ(uv, php_uv_t, uv_timer_ce)
4224 UV_PARAM_OBJ(uv, php_uv_t, uv_timer_ce)

Completed in 18 milliseconds