olefilename       379 ext/com_dotnet/com_persist.c 	OLECHAR *olefilename = NULL;
olefilename       403 ext/com_dotnet/com_persist.c 			olefilename = php_com_string_to_olestring(filename, strlen(fullpath), helper->codepage);
olefilename       406 ext/com_dotnet/com_persist.c 		res = IPersistFile_Save(helper->ipf, olefilename, remember);
olefilename       408 ext/com_dotnet/com_persist.c 			if (!olefilename) {
olefilename       409 ext/com_dotnet/com_persist.c 				res = IPersistFile_GetCurFile(helper->ipf, &olefilename);
olefilename       411 ext/com_dotnet/com_persist.c 					IPersistFile_SaveCompleted(helper->ipf, olefilename);
olefilename       412 ext/com_dotnet/com_persist.c 					CoTaskMemFree(olefilename);
olefilename       413 ext/com_dotnet/com_persist.c 					olefilename = NULL;
olefilename       416 ext/com_dotnet/com_persist.c 				IPersistFile_SaveCompleted(helper->ipf, olefilename);
olefilename       420 ext/com_dotnet/com_persist.c 		if (olefilename) {
olefilename       421 ext/com_dotnet/com_persist.c 			efree(olefilename);
olefilename       442 ext/com_dotnet/com_persist.c 	OLECHAR *olefilename;
olefilename       465 ext/com_dotnet/com_persist.c 		olefilename = php_com_string_to_olestring(fullpath, strlen(fullpath), helper->codepage);
olefilename       468 ext/com_dotnet/com_persist.c 		res = IPersistFile_Load(helper->ipf, olefilename, (DWORD)flags);
olefilename       469 ext/com_dotnet/com_persist.c 		efree(olefilename);