Home
last modified time | relevance | path

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

/PHP-7.3/ext/com_dotnet/
H A Dcom_wrapper.c49 } php_dispatchex; typedef
53 static void disp_destructor(php_dispatchex *disp);
57 php_dispatchex *disp = (php_dispatchex *)rsrc->ptr; in dispatch_dtor()
88 php_dispatchex *disp = (php_dispatchex*)This; \
444 static void generate_dispids(php_dispatchex *disp) in generate_dispids()
529 static php_dispatchex *disp_constructor(zval *object) in disp_constructor()
531 php_dispatchex *disp = (php_dispatchex*)CoTaskMemAlloc(sizeof(php_dispatchex)); in disp_constructor()
539 memset(disp, 0, sizeof(php_dispatchex)); in disp_constructor()
558 static void disp_destructor(php_dispatchex *disp) in disp_destructor()
585 php_dispatchex *disp = disp_constructor(val); in php_com_wrapper_export_as_sink()
[all …]

Completed in 9 milliseconds