pTL               819 ext/com_dotnet/com_com.c 	ITypeLib *pTL = NULL;
pTL               831 ext/com_dotnet/com_com.c 	pTL = php_com_load_typelib_via_cache(name, codepage, &cached);
pTL               832 ext/com_dotnet/com_com.c 	if (pTL) {
pTL               835 ext/com_dotnet/com_com.c 		} else if (php_com_import_typelib(pTL, cs ? CONST_CS : 0, codepage) == SUCCESS) {
pTL               839 ext/com_dotnet/com_com.c 		ITypeLib_Release(pTL);
pTL               840 ext/com_dotnet/com_com.c 		pTL = NULL;
pTL               285 ext/com_dotnet/com_extension.c 		ITypeLib *pTL;
pTL               315 ext/com_dotnet/com_extension.c 		if ((pTL = php_com_load_typelib_via_cache(typelib_name, COMG(code_page), &cached)) != NULL) {
pTL               317 ext/com_dotnet/com_extension.c 				php_com_import_typelib(pTL, mode, COMG(code_page));
pTL               319 ext/com_dotnet/com_extension.c 			ITypeLib_Release(pTL);