Searched refs:php_dispatchex (Results 1 – 1 of 1) sorted by relevance
51 } php_dispatchex; typedef55 static void disp_destructor(php_dispatchex *disp);59 php_dispatchex *disp = (php_dispatchex *)rsrc->ptr; in dispatch_dtor()97 php_dispatchex *disp = (php_dispatchex*)This; \457 static void generate_dispids(php_dispatchex *disp TSRMLS_DC) in generate_dispids()537 static php_dispatchex *disp_constructor(zval *object TSRMLS_DC) in disp_constructor()539 php_dispatchex *disp = (php_dispatchex*)CoTaskMemAlloc(sizeof(php_dispatchex)); in disp_constructor()546 memset(disp, 0, sizeof(php_dispatchex)); in disp_constructor()562 static void disp_destructor(php_dispatchex *disp) in disp_destructor()592 php_dispatchex *disp = disp_constructor(val TSRMLS_CC); in php_com_wrapper_export_as_sink()[all …]
Completed in 5 milliseconds