php_com_typelibraries  266 ext/com_dotnet/com_com.c 				if (SUCCESS == zend_ts_hash_add(&php_com_typelibraries, typelib_name, typelib_name_len+1, (void*)&TL, sizeof(ITypeLib*), NULL)) {
php_com_typelibraries   35 ext/com_dotnet/com_extension.c TsHashTable php_com_typelibraries;
php_com_typelibraries  373 ext/com_dotnet/com_extension.c 	zend_ts_hash_init(&php_com_typelibraries, 0, NULL, php_com_typelibrary_dtor, 1);
php_com_typelibraries  464 ext/com_dotnet/com_extension.c 	zend_ts_hash_destroy(&php_com_typelibraries);
php_com_typelibraries  241 ext/com_dotnet/com_typeinfo.c 	if (zend_ts_hash_find(&php_com_typelibraries, search_string, l+1,
php_com_typelibraries  255 ext/com_dotnet/com_typeinfo.c 		if (SUCCESS == zend_ts_hash_update(&php_com_typelibraries,
php_com_typelibraries   72 ext/com_dotnet/php_com_dotnet_internal.h TsHashTable php_com_typelibraries;