Searched refs:pszSection (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dadvpub.h46 LPSTR pszSection; member in struct:_CabInfoA
55 LPWSTR pszSection; member in struct:_CabInfoW
212 LPCSTR pszSection, LPCSTR pszBackupDir, LPCSTR pszBaseBackupFile, DWORD dwFlags);
214 LPCWSTR pszSection, LPCWSTR pszBackupDir, LPCWSTR pszBaseBackupFile, DWORD dwFlags);
239 HRESULT WINAPI RegInstallA(HMODULE hm, LPCSTR pszSection, const STRTABLEA* pstTable);
240 HRESULT WINAPI RegInstallW(HMODULE hm, LPCWSTR pszSection, const STRTABLEW* pstTable);
251 LPCSTR pszSection, HKEY hHKLMBackKey, HKEY hHKCUBackKey, DWORD dwFlags);
253 LPCWSTR pszSection, HKEY hHKLMBackKey, HKEY hHKCUBackKey, DWORD dwFlags);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dadvpub.h46 LPSTR pszSection; member in struct:_CabInfoA
55 LPWSTR pszSection; member in struct:_CabInfoW
212 LPCSTR pszSection, LPCSTR pszBackupDir, LPCSTR pszBaseBackupFile, DWORD dwFlags);
214 LPCWSTR pszSection, LPCWSTR pszBackupDir, LPCWSTR pszBaseBackupFile, DWORD dwFlags);
239 HRESULT WINAPI RegInstallA(HMODULE hm, LPCSTR pszSection, const STRTABLEA* pstTable);
240 HRESULT WINAPI RegInstallW(HMODULE hm, LPCWSTR pszSection, const STRTABLEW* pstTable);
251 LPCSTR pszSection, HKEY hHKLMBackKey, HKEY hHKCUBackKey, DWORD dwFlags);
253 LPCWSTR pszSection, HKEY hHKLMBackKey, HKEY hHKCUBackKey, DWORD dwFlags);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp4675 const char *pszSection = pDbgInfo->u.Dwarf.pszSection; local
4676 if (!pszSection || !*pszSection)
4684 if (!strncmp(pszSection, RT_STR_TUPLE(".debug_"))) /* ELF */
4685 pszSection += sizeof(".debug_") - 1;
4686 else if (!strncmp(pszSection, RT_STR_TUPLE("__debug_"))) /* Mach-O */
4687 pszSection += sizeof("__debug_") - 1;
4688 else if (!strcmp(pszSection, ".WATCOM_references"))
4690 else if ( !strcmp(pszSection, "__apple_type
[all...]
/vbox/include/iprt/
H A Dldr.h725 const char *pszSection; member in struct:RTLDRDBGINFO::__anon461::__anon462
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp429 * @param pszSection Section to execute; usually it's "DefaultInstall".
433 int ExecuteInfFile(const _TCHAR *pszSection, int iMode, const _TCHAR *pszInf) argument
436 pszInf, pszSection);
446 pszSection,
/vbox/src/VBox/Runtime/common/ldr/
H A DldrkStuff.cpp623 DbgInfo.u.Dwarf.pszSection = pszPartNm;
H A DldrELFRelocatable.cpp.h1052 DbgInfo.u.Dwarf.pszSection = pszSectName;

Completed in 79 milliseconds