Searched refs:_alloca (Results 1 – 25 of 40) sorted by relevance
12
43 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()
73 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()
62 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
79 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
57 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
64 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
59 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
43 char* buff = reinterpret_cast<char*>(_alloca(len)); in UnicodeToAnsiString()58 wchar_t* buff = reinterpret_cast<wchar_t*>(_alloca(len * sizeof(wchar_t))); in AnsiToUnicodeString()
64 mbStr = _alloca( needed * sizeof( CHAR ) ); \111 mbList = _alloca( needed * sizeof( CHAR ) ); \
38 #define _alloca alloca macro186 char* szFileName = reinterpret_cast<char*>(_alloca(lmax)); in GetDirectory()
45 #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)));} \
168 lpVariable = reinterpret_cast< CHAR* >( _alloca( variable_len + 1 ) ); in ReportCrash()172 lpValue = reinterpret_cast< CHAR* >( _alloca( value_len + 1) ); in ReportCrash()
84 lpStrA = (LPSTR)_alloca( cNeeded * sizeof(CHAR) ); \95 LPSTR lpStr##A = lpStr##W ? (LPSTR)_alloca( (cchBuffer) * sizeof(CHAR) ) : NULL;
74 lpStrA = (LPSTR)_alloca( cNeeded * sizeof(CHAR) ); \85 LPSTR lpStr##A = lpStr##W ? (LPSTR)_alloca( (cchBuffer) * sizeof(CHAR) ) : NULL;
38 char* pOutA = (LPSTR)_alloca( cchMax * sizeof(CHAR) );
53 lpTextA = (LPSTR)_alloca( cchNeeded * sizeof(CHAR) );
80 LPTSTR lpParentPath = (LPTSTR)_alloca( (nParentLen + 1) * sizeof(TCHAR) );
245 PVOID pTokenInfo = _alloca(dwTokenLength); in WinMain()298 char *pBuffer = (char *)_alloca( sizeof(PIPE_TERMINATION_SEQUENCE) ); in WinMain()
181 lpSubKey = reinterpret_cast<CHAR*>( _alloca( nMaxSubKeyLen*sizeof(CHAR) ) ); in DeleteSubKeyTree()274 LPSTR buff = reinterpret_cast<LPSTR>(_alloca(nbytes)); in GetMsiProp()
48 _alloca(len * sizeof(wchar_t))); in StringToWString()65 _alloca(len * sizeof(char))); in WStringToString()
107 _alloca(nMaxSubKeyLen*sizeof(char))); in DeleteRegistryKey()
81 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()114 char* buff = reinterpret_cast<char*>(_alloca(str.length())); in Invert()
72 …lpCommandLine = (LPTSTR)_alloca( sizeof(_TCHAR) * (_tcslen(lpCommandLine) + _tcslen(APPLICATION_SW… in WinMain()
Completed in 63 milliseconds