TL 47 ext/com_dotnet/com_com.c ITypeLib *TL = NULL; TL 244 ext/com_dotnet/com_com.c TL = php_com_load_typelib_via_cache(typelib_name, obj->code_page, &cached TSRMLS_CC); TL 246 ext/com_dotnet/com_com.c if (TL) { TL 248 ext/com_dotnet/com_com.c php_com_import_typelib(TL, mode, obj->code_page TSRMLS_CC); TL 253 ext/com_dotnet/com_com.c ITypeLib_GetTypeInfo(TL, 0, &obj->typeinfo); TL 254 ext/com_dotnet/com_com.c ITypeLib_Release(TL); TL 259 ext/com_dotnet/com_com.c if (SUCCEEDED(ITypeInfo_GetContainingTypeLib(obj->typeinfo, &TL, &idx))) { TL 263 ext/com_dotnet/com_com.c if (SUCCEEDED(ITypeLib_GetDocumentation(TL, -1, &name, NULL, NULL, NULL))) { TL 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)) { TL 267 ext/com_dotnet/com_com.c php_com_import_typelib(TL, mode, obj->code_page TSRMLS_CC); TL 270 ext/com_dotnet/com_com.c ITypeLib_AddRef(TL); TL 275 ext/com_dotnet/com_com.c php_com_import_typelib(TL, mode, obj->code_page TSRMLS_CC); TL 278 ext/com_dotnet/com_com.c ITypeLib_Release(TL); TL 40 ext/com_dotnet/com_typeinfo.c ITypeLib *TL = NULL; TL 67 ext/com_dotnet/com_typeinfo.c hr = LoadRegTypeLib((REFGUID)&clsid, major_i, minor_i, LANG_NEUTRAL, &TL); TL 78 ext/com_dotnet/com_typeinfo.c hr = ITypeInfo_GetContainingTypeLib(info, &TL, &idx); TL 91 ext/com_dotnet/com_typeinfo.c if (FAILED(LoadTypeLib(p, &TL))) { TL 109 ext/com_dotnet/com_typeinfo.c for (i = 0; i < SubKeys && TL == NULL; i++) { TL 132 ext/com_dotnet/com_typeinfo.c TL = php_com_load_typelib(str, codepage TSRMLS_CC); TL 152 ext/com_dotnet/com_typeinfo.c return TL; TL 156 ext/com_dotnet/com_typeinfo.c PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode, int codepage TSRMLS_DC) TL 168 ext/com_dotnet/com_typeinfo.c if (TL == NULL) { TL 172 ext/com_dotnet/com_typeinfo.c interfaces = ITypeLib_GetTypeInfoCount(TL); TL 174 ext/com_dotnet/com_typeinfo.c ITypeLib_GetTypeInfoType(TL, i, &pTKind); TL 176 ext/com_dotnet/com_typeinfo.c ITypeLib_GetTypeInfo(TL, i, &TypeInfo); TL 235 ext/com_dotnet/com_typeinfo.c ITypeLib *TL; TL 251 ext/com_dotnet/com_typeinfo.c TL = php_com_load_typelib(name_dup, codepage TSRMLS_CC); TL 254 ext/com_dotnet/com_typeinfo.c if (TL) { TL 256 ext/com_dotnet/com_typeinfo.c search_string, l+1, (void*)&TL, sizeof(ITypeLib*), NULL)) { TL 258 ext/com_dotnet/com_typeinfo.c ITypeLib_AddRef(TL); TL 262 ext/com_dotnet/com_typeinfo.c return TL; TL 172 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode,