Home
last modified time | relevance | path

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

/php-src/ext/com_dotnet/
H A Dcom_wrapper.c579 HashTable *id_to_name) in php_com_wrapper_export_as_sink() argument
588 disp->dispid_to_name = id_to_name; in php_com_wrapper_export_as_sink()
596 zend_hash_internal_pointer_reset_ex(id_to_name, &pos); in php_com_wrapper_export_as_sink()
598 zend_hash_get_current_key_ex(id_to_name, &name, &pid, &pos))) { in php_com_wrapper_export_as_sink()
602 ntmp = zend_hash_get_current_data_ex(id_to_name, &pos); in php_com_wrapper_export_as_sink()
608 zend_hash_move_forward_ex(id_to_name, &pos); in php_com_wrapper_export_as_sink()
H A Dcom_typeinfo.c479 bool php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, bool printdef, GUID *guid… in php_com_process_typeinfo() argument
493 if (id_to_name == NULL || attr->typekind == TKIND_DISPATCH) { in php_com_process_typeinfo()
512 if (id_to_name) { in php_com_process_typeinfo()
513 zend_hash_init(id_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_process_typeinfo()
627 if (id_to_name) { in php_com_process_typeinfo()
630 zend_hash_index_update(id_to_name, func->memid, &tmp); in php_com_process_typeinfo()
H A Dphp_com_dotnet_internal.h107 …TNET_API IDispatch *php_com_wrapper_export_as_sink(zval *val, GUID *sinkid, HashTable *id_to_name);
141 bool php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, bool printdef, GUID *guid…
H A Dcom_com.c711 HashTable *id_to_name; in PHP_FUNCTION() local
713 ALLOC_HASHTABLE(id_to_name); in PHP_FUNCTION()
715 if (php_com_process_typeinfo(typeinfo, id_to_name, 0, &obj->sink_id, obj->code_page)) { in PHP_FUNCTION()
718 obj->sink_dispatch = php_com_wrapper_export_as_sink(sinkobject, &obj->sink_id, id_to_name); in PHP_FUNCTION()
725 FREE_HASHTABLE(id_to_name); in PHP_FUNCTION()

Completed in 14 milliseconds