Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.c307 extern void php_uv_init(zend_class_entry *uv_ce);
311 static zend_class_entry *uv_ce; variable
2724 uv_ce = php_uv_register_internal_class("UV");
2725 uv_ce->ce_flags |= ZEND_ACC_ABSTRACT;
2726 uv_ce->ce_flags &= ~ZEND_ACC_FINAL;
2732 php_uv_init(uv_ce);
3533 UV_PARAM_OBJ(uv, php_uv_t, uv_ce)
3604 UV_PARAM_OBJ(uv, php_uv_t, uv_ce)
3928 UV_PARAM_OBJ(uv, php_uv_t, uv_ce)
4617 Z_PARAM_OBJECT_OF_CLASS(zv, uv_ce)
[all …]

Completed in 19 milliseconds