ITypeLib           47 ext/com_dotnet/com_com.c 	ITypeLib *TL = NULL;
ITypeLib          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)) {
ITypeLib          809 ext/com_dotnet/com_com.c 	ITypeLib *pTL = NULL;
ITypeLib          280 ext/com_dotnet/com_extension.c 		ITypeLib *pTL;
ITypeLib           38 ext/com_dotnet/com_typeinfo.c PHP_COM_DOTNET_API ITypeLib *php_com_load_typelib(char *search_string, int codepage TSRMLS_DC)
ITypeLib           40 ext/com_dotnet/com_typeinfo.c 	ITypeLib *TL = NULL;
ITypeLib          156 ext/com_dotnet/com_typeinfo.c PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode, int codepage TSRMLS_DC)
ITypeLib          227 ext/com_dotnet/com_typeinfo.c 	ITypeLib **Lib = (ITypeLib**)pDest;
ITypeLib          231 ext/com_dotnet/com_typeinfo.c PHP_COM_DOTNET_API ITypeLib *php_com_load_typelib_via_cache(char *search_string,
ITypeLib          234 ext/com_dotnet/com_typeinfo.c 	ITypeLib **TLp;
ITypeLib          235 ext/com_dotnet/com_typeinfo.c 	ITypeLib *TL;
ITypeLib          256 ext/com_dotnet/com_typeinfo.c 				search_string, l+1, (void*)&TL, sizeof(ITypeLib*), NULL)) {
ITypeLib          268 ext/com_dotnet/com_typeinfo.c 	ITypeLib *typelib = NULL;
ITypeLib          169 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API ITypeLib *php_com_load_typelib_via_cache(char *search_string,
ITypeLib          171 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API ITypeLib *php_com_load_typelib(char *search_string, int codepage TSRMLS_DC);
ITypeLib          172 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode,