Home
last modified time | relevance | path

Searched refs:_alloca (Results 1 – 25 of 40) sorted by relevance

12

/aoo41x/main/setup_native/source/win32/customactions/quickstarter/
H A Dquickstarter.cxx43 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeInstallationPath()
61 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetOfficeProductName()
79 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetQuickstarterLinkName()
88 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetQuickstarterLinkName()
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/
H A Dupgrade.cxx73 char* buff = reinterpret_cast<char*>(_alloca(str.length())); in Invert()
127 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
162 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(lLongestSubKey + 1)); in RegistryKeyHasUpgradeSubKey()
H A Dcheckdirectory.cxx62 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
H A Dcheckpatches.cxx79 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
H A Dstartmenuicon.cxx57 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
H A Dcopyextensiondata.cxx64 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
H A Dmigrateinstallpath.cxx59 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
H A Dcompleteinstallpath.cxx59 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dstringconverter.cxx43 char* buff = reinterpret_cast<char*>(_alloca(len)); in UnicodeToAnsiString()
58 wchar_t* buff = reinterpret_cast<wchar_t*>(_alloca(len * sizeof(wchar_t))); in AnsiToUnicodeString()
H A Dmsihelper.cxx35 LPTSTR buff = reinterpret_cast<LPTSTR>(_alloca(nbytes)); in GetMsiProp()
/aoo41x/main/sal/inc/systools/win32/
H A DStrConvert.h64 mbStr = _alloca( needed * sizeof( CHAR ) ); \
111 mbList = _alloca( needed * sizeof( CHAR ) ); \
/aoo41x/main/shell/source/all/zipfile/
H A Dzipfile.cxx38 #define _alloca alloca macro
186 char* szFileName = reinterpret_cast<char*>(_alloca(lmax)); in GetDirectory()
/aoo41x/main/sal/osl/w32/
H A Dtempfile.cxx45 #define STACK_ALLOC(p, t, n) (p) = reinterpret_cast<t*>(_alloca((n)*sizeof(t)));
47 #define STACK_ALLOC(p, t, n) __try {(p) = reinterpret_cast<t*>(_alloca((n)*sizeof(t)));} \
H A Dsignal.cxx168 lpVariable = reinterpret_cast< CHAR* >( _alloca( variable_len + 1 ) ); in ReportCrash()
172 lpValue = reinterpret_cast< CHAR* >( _alloca( value_len + 1) ); in ReportCrash()
/aoo41x/main/sal/systools/win32/uwinapi/
H A DUwinapi.h84 lpStrA = (LPSTR)_alloca( cNeeded * sizeof(CHAR) ); \
95 LPSTR lpStr##A = lpStr##W ? (LPSTR)_alloca( (cchBuffer) * sizeof(CHAR) ) : NULL;
H A Dmacros.h74 lpStrA = (LPSTR)_alloca( cNeeded * sizeof(CHAR) ); \
85 LPSTR lpStr##A = lpStr##W ? (LPSTR)_alloca( (cchBuffer) * sizeof(CHAR) ) : NULL;
H A DPathCompactPathExW.cpp38 char* pOutA = (LPSTR)_alloca( cchMax * sizeof(CHAR) );
H A DDrawStateW.cpp53 lpTextA = (LPSTR)_alloca( cchNeeded * sizeof(CHAR) );
H A DGetLongPathName.cpp80 LPTSTR lpParentPath = (LPTSTR)_alloca( (nParentLen + 1) * sizeof(TCHAR) );
/aoo41x/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx181 lpSubKey = reinterpret_cast<CHAR*>( _alloca( nMaxSubKeyLen*sizeof(CHAR) ) ); in DeleteSubKeyTree()
274 LPSTR buff = reinterpret_cast<LPSTR>(_alloca(nbytes)); in GetMsiProp()
/aoo41x/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx245 PVOID pTokenInfo = _alloca(dwTokenLength); in WinMain()
298 char *pBuffer = (char *)_alloca( sizeof(PIPE_TERMINATION_SEQUENCE) ); in WinMain()
/aoo41x/main/shell/source/win32/shlxthandler/util/
H A Dutilities.cxx48 _alloca(len * sizeof(wchar_t))); in StringToWString()
65 _alloca(len * sizeof(char))); in WStringToString()
H A Dregistry.cxx107 _alloca(nMaxSubKeyLen*sizeof(char))); in DeleteRegistryKey()
/aoo41x/main/desktop/win32/source/applauncher/
H A Dlauncher.cxx72 …lpCommandLine = (LPTSTR)_alloca( sizeof(_TCHAR) * (_tcslen(lpCommandLine) + _tcslen(APPLICATION_SW… in WinMain()
/aoo41x/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx81 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
114 char* buff = reinterpret_cast<char*>(_alloca(str.length())); in Invert()

Completed in 99 milliseconds

12