Home
last modified time | relevance | path

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

/PHP-7.0/ext/com_dotnet/
H A Dcom_wrapper.c51 } php_dispatchex; typedef
55 static void disp_destructor(php_dispatchex *disp);
59 php_dispatchex *disp = (php_dispatchex *)rsrc->ptr; in dispatch_dtor()
90 php_dispatchex *disp = (php_dispatchex*)This; \
446 static void generate_dispids(php_dispatchex *disp) in generate_dispids()
531 static php_dispatchex *disp_constructor(zval *object) in disp_constructor()
533 php_dispatchex *disp = (php_dispatchex*)CoTaskMemAlloc(sizeof(php_dispatchex)); in disp_constructor()
541 memset(disp, 0, sizeof(php_dispatchex)); in disp_constructor()
560 static void disp_destructor(php_dispatchex *disp) in disp_destructor()
587 php_dispatchex *disp = disp_constructor(val); in php_com_wrapper_export_as_sink()
[all …]

Completed in 7 milliseconds