Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.c309 static zend_object_handlers uv_default_handlers; variable
2657 sockaddr->std.handlers = &uv_default_handlers;
2716 memcpy(&uv_default_handlers, &std_object_handlers, sizeof(zend_object_handlers));
2718 memcpy(&uv_default_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
2720 uv_default_handlers.clone_obj = NULL;
2721 uv_default_handlers.get_constructor = php_uv_get_ctor;
2722 uv_default_handlers.cast_object = php_uv_cast_object;
2727 memcpy(&uv_handlers, &uv_default_handlers, sizeof(zend_object_handlers));
2758 memcpy(&uv_loop_handlers, &uv_default_handlers, sizeof(zend_object_handlers));
2776 memcpy(&uv_lock_handlers, &uv_default_handlers, sizeof(zend_object_handlers));
[all …]

Completed in 45 milliseconds