Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_wrapper.c583 HashTable *id_to_name) in php_com_wrapper_export_as_sink() argument
592 disp->dispid_to_name = id_to_name; in php_com_wrapper_export_as_sink()
600 zend_hash_internal_pointer_reset_ex(id_to_name, &pos); in php_com_wrapper_export_as_sink()
602 zend_hash_get_current_key_ex(id_to_name, &name, &pid, &pos))) { in php_com_wrapper_export_as_sink()
606 ntmp = zend_hash_get_current_data_ex(id_to_name, &pos); in php_com_wrapper_export_as_sink()
612 zend_hash_move_forward_ex(id_to_name, &pos); in php_com_wrapper_export_as_sink()
H A Dcom_typeinfo.c478 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, … in php_com_process_typeinfo() argument
494 if (id_to_name == NULL || attr->typekind == TKIND_DISPATCH) { in php_com_process_typeinfo()
514 if (id_to_name) { in php_com_process_typeinfo()
515 zend_hash_init(id_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_process_typeinfo()
628 if (id_to_name) { in php_com_process_typeinfo()
631 zend_hash_index_update(id_to_name, func->memid, &tmp); in php_com_process_typeinfo()
H A Dphp_com_dotnet_internal.h115 …TNET_API IDispatch *php_com_wrapper_export_as_sink(zval *val, GUID *sinkid, HashTable *id_to_name);
176 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, …
H A Dcom_com.c740 HashTable *id_to_name; in PHP_FUNCTION() local
742 ALLOC_HASHTABLE(id_to_name); in PHP_FUNCTION()
744 if (php_com_process_typeinfo(typeinfo, id_to_name, 0, &obj->sink_id, obj->code_page)) { in PHP_FUNCTION()
747 obj->sink_dispatch = php_com_wrapper_export_as_sink(sinkobject, &obj->sink_id, id_to_name); in PHP_FUNCTION()
754 FREE_HASHTABLE(id_to_name); in PHP_FUNCTION()

Completed in 12 milliseconds