Home
last modified time | relevance | path

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

/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c591 if (obj->sink_dispatch) { in php_com_object_enable_event_sink()
602 IConnectionPoint_Advise(point, (IUnknown*)obj->sink_dispatch, &obj->sink_cookie); in php_com_object_enable_event_sink()
622 if (obj->sink_dispatch) { in php_com_object_free_storage()
624 IDispatch_Release(obj->sink_dispatch); in php_com_object_free_storage()
625 obj->sink_dispatch = NULL; in php_com_object_free_storage()
H A Dphp_com_dotnet_internal.h44 IDispatch *sink_dispatch; member
H A Dcom_variant.c490 if (obj->sink_dispatch) { in PHP_FUNCTION()
492 IDispatch_Release(obj->sink_dispatch); in PHP_FUNCTION()
493 obj->sink_dispatch = NULL; in PHP_FUNCTION()
H A Dcom_com.c720 …obj->sink_dispatch = php_com_wrapper_export_as_sink(sinkobject, &obj->sink_id, id_to_name TSRMLS_C… in PHP_FUNCTION()

Completed in 16 milliseconds