Searched refs:php_dispatchex (Results 1 – 1 of 1) sorted by relevance
51 } php_dispatchex; typedef55 static void disp_destructor(php_dispatchex *disp TSRMLS_DC);59 php_dispatchex *disp = (php_dispatchex *)rsrc->ptr; in dispatch_dtor()90 php_dispatchex *disp = (php_dispatchex*)This; \451 static void generate_dispids(php_dispatchex *disp TSRMLS_DC) in generate_dispids()531 static php_dispatchex *disp_constructor(zval *object TSRMLS_DC) in disp_constructor()533 php_dispatchex *disp = (php_dispatchex*)CoTaskMemAlloc(sizeof(php_dispatchex)); in disp_constructor()540 memset(disp, 0, sizeof(php_dispatchex)); in disp_constructor()556 static void disp_destructor(php_dispatchex *disp TSRMLS_DC) in disp_destructor()584 php_dispatchex *disp = disp_constructor(val TSRMLS_CC); in php_com_wrapper_export_as_sink()[all …]
Completed in 9 milliseconds