id_to_name 723 ext/com_dotnet/com_com.c HashTable *id_to_name; id_to_name 725 ext/com_dotnet/com_com.c ALLOC_HASHTABLE(id_to_name); id_to_name 727 ext/com_dotnet/com_com.c if (php_com_process_typeinfo(typeinfo, id_to_name, 0, &obj->sink_id, obj->code_page)) { id_to_name 730 ext/com_dotnet/com_com.c obj->sink_dispatch = php_com_wrapper_export_as_sink(sinkobject, &obj->sink_id, id_to_name); id_to_name 737 ext/com_dotnet/com_com.c FREE_HASHTABLE(id_to_name); id_to_name 433 ext/com_dotnet/com_typeinfo.c int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, int codepage) id_to_name 448 ext/com_dotnet/com_typeinfo.c if (id_to_name == NULL || attr->typekind == TKIND_DISPATCH) { id_to_name 468 ext/com_dotnet/com_typeinfo.c if (id_to_name) { id_to_name 469 ext/com_dotnet/com_typeinfo.c zend_hash_init(id_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); id_to_name 583 ext/com_dotnet/com_typeinfo.c if (id_to_name) { id_to_name 586 ext/com_dotnet/com_typeinfo.c zend_hash_index_update(id_to_name, func->memid, &tmp); id_to_name 585 ext/com_dotnet/com_wrapper.c HashTable *id_to_name) id_to_name 594 ext/com_dotnet/com_wrapper.c disp->dispid_to_name = id_to_name; id_to_name 602 ext/com_dotnet/com_wrapper.c zend_hash_internal_pointer_reset_ex(id_to_name, &pos); id_to_name 604 ext/com_dotnet/com_wrapper.c zend_hash_get_current_key_ex(id_to_name, &name, &pid, &pos))) { id_to_name 608 ext/com_dotnet/com_wrapper.c ntmp = zend_hash_get_current_data_ex(id_to_name, &pos); id_to_name 614 ext/com_dotnet/com_wrapper.c zend_hash_move_forward_ex(id_to_name, &pos); id_to_name 118 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export_as_sink(zval *val, GUID *sinkid, HashTable *id_to_name); id_to_name 179 ext/com_dotnet/php_com_dotnet_internal.h int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, int codepage);