php_com_typelibraries  264 ext/com_dotnet/com_com.c 				if (NULL != zend_ts_hash_str_add_ptr(&php_com_typelibraries, typelib_name, typelib_name_len, TL)) {
php_com_typelibraries   37 ext/com_dotnet/com_extension.c TsHashTable php_com_typelibraries;
php_com_typelibraries  381 ext/com_dotnet/com_extension.c 	zend_ts_hash_init(&php_com_typelibraries, 0, NULL, php_com_typelibrary_dtor, 1);
php_com_typelibraries  482 ext/com_dotnet/com_extension.c 	zend_ts_hash_destroy(&php_com_typelibraries);
php_com_typelibraries  241 ext/com_dotnet/com_typeinfo.c 	if ((TL = zend_ts_hash_str_find_ptr(&php_com_typelibraries, search_string, l)) != NULL) {
php_com_typelibraries  254 ext/com_dotnet/com_typeinfo.c 		if (NULL != zend_ts_hash_str_update_ptr(&php_com_typelibraries,
php_com_typelibraries   75 ext/com_dotnet/php_com_dotnet_internal.h TsHashTable php_com_typelibraries;