olefilename 375 ext/com_dotnet/com_persist.c OLECHAR *olefilename = NULL; olefilename 399 ext/com_dotnet/com_persist.c olefilename = php_com_string_to_olestring(filename, strlen(fullpath), helper->codepage TSRMLS_CC); olefilename 402 ext/com_dotnet/com_persist.c res = IPersistFile_Save(helper->ipf, olefilename, remember); olefilename 404 ext/com_dotnet/com_persist.c if (!olefilename) { olefilename 405 ext/com_dotnet/com_persist.c res = IPersistFile_GetCurFile(helper->ipf, &olefilename); olefilename 407 ext/com_dotnet/com_persist.c IPersistFile_SaveCompleted(helper->ipf, olefilename); olefilename 408 ext/com_dotnet/com_persist.c CoTaskMemFree(olefilename); olefilename 409 ext/com_dotnet/com_persist.c olefilename = NULL; olefilename 412 ext/com_dotnet/com_persist.c IPersistFile_SaveCompleted(helper->ipf, olefilename); olefilename 416 ext/com_dotnet/com_persist.c if (olefilename) { olefilename 417 ext/com_dotnet/com_persist.c efree(olefilename); olefilename 438 ext/com_dotnet/com_persist.c OLECHAR *olefilename; olefilename 461 ext/com_dotnet/com_persist.c olefilename = php_com_string_to_olestring(fullpath, strlen(fullpath), helper->codepage TSRMLS_CC); olefilename 464 ext/com_dotnet/com_persist.c res = IPersistFile_Load(helper->ipf, olefilename, flags); olefilename 465 ext/com_dotnet/com_persist.c efree(olefilename);