id_to_name        713 ext/com_dotnet/com_com.c 		HashTable *id_to_name;
id_to_name        715 ext/com_dotnet/com_com.c 		ALLOC_HASHTABLE(id_to_name);
id_to_name        717 ext/com_dotnet/com_com.c 		if (php_com_process_typeinfo(typeinfo, id_to_name, 0, &obj->sink_id, obj->code_page TSRMLS_CC)) {
id_to_name        720 ext/com_dotnet/com_com.c 			obj->sink_dispatch = php_com_wrapper_export_as_sink(sinkobject, &obj->sink_id, id_to_name TSRMLS_CC);
id_to_name        727 ext/com_dotnet/com_com.c 			FREE_HASHTABLE(id_to_name);
id_to_name        434 ext/com_dotnet/com_typeinfo.c int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, int codepage TSRMLS_DC)
id_to_name        449 ext/com_dotnet/com_typeinfo.c 	if (id_to_name == NULL || attr->typekind == TKIND_DISPATCH) {
id_to_name        469 ext/com_dotnet/com_typeinfo.c 		if (id_to_name) {
id_to_name        470 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        587 ext/com_dotnet/com_typeinfo.c 					zend_hash_index_update(id_to_name, func->memid, (void*)&tmp, sizeof(zval *), NULL);
id_to_name        582 ext/com_dotnet/com_wrapper.c 	   HashTable *id_to_name TSRMLS_DC)
id_to_name        592 ext/com_dotnet/com_wrapper.c 	disp->dispid_to_name = id_to_name;
id_to_name        600 ext/com_dotnet/com_wrapper.c 	zend_hash_internal_pointer_reset_ex(id_to_name, &pos);
id_to_name        602 ext/com_dotnet/com_wrapper.c 				zend_hash_get_current_key_ex(id_to_name, &name, &namelen, &pid, 0, &pos))) {
id_to_name        606 ext/com_dotnet/com_wrapper.c 			zend_hash_get_current_data_ex(id_to_name, (void**)&ntmp, &pos);
id_to_name        614 ext/com_dotnet/com_wrapper.c 		zend_hash_move_forward_ex(id_to_name, &pos);
id_to_name        115 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 TSRMLS_DC);
id_to_name        176 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 TSRMLS_DC);