Home
last modified time | relevance | path

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

/PHP-8.1/ext/com_dotnet/
H A Dcom_wrapper.c47 } php_dispatchex; typedef
51 static void disp_destructor(php_dispatchex *disp);
55 php_dispatchex *disp = (php_dispatchex *)rsrc->ptr; in dispatch_dtor()
86 php_dispatchex *disp = (php_dispatchex*)This; \
442 static void generate_dispids(php_dispatchex *disp) in generate_dispids()
527 static php_dispatchex *disp_constructor(zval *object) in disp_constructor()
529 php_dispatchex *disp = (php_dispatchex*)CoTaskMemAlloc(sizeof(php_dispatchex)); in disp_constructor()
537 memset(disp, 0, sizeof(php_dispatchex)); in disp_constructor()
556 static void disp_destructor(php_dispatchex *disp) in disp_destructor()
583 php_dispatchex *disp = disp_constructor(val); in php_com_wrapper_export_as_sink()
[all …]

Completed in 6 milliseconds