Searched refs:szStrings (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIOC.h1022 #define SUP_IOCTL_LOGGER_SETTINGS_SIZE(cbStrTab) RT_UOFFSETOF(SUPLOGGERSETTINGS, u.In.szStrings[cbStrTab])
1023 #define SUP_IOCTL_LOGGER_SETTINGS_SIZE_IN(cbStrTab) RT_UOFFSETOF(SUPLOGGERSETTINGS, u.In.szStrings[cbStrTab])
1044 char szStrings[1]; member in struct:SUPLOGGERSETTINGS::__anon16335::__anon16336
H A DSUPLib.cpp848 memcpy(&pReq->u.In.szStrings[off], pszFlags, cchFlags + 1);
857 memcpy(&pReq->u.In.szStrings[off], pszGroups, cchGroups + 1);
866 memcpy(&pReq->u.In.szStrings[off], pszDest, cchDest + 1);
874 pReq->u.In.szStrings[0] = '\0';
878 Assert(pReq->u.In.szStrings[cbStrTab - 1] == '\0');
H A DSUPDrv.cpp1969 REQ_CHECK_EXPR_FMT(pReq->u.In.szStrings[cbStrTab - 1] == '\0',
1971 pReq->Hdr.cbIn, cbStrTab, pReq->u.In.szStrings[cbStrTab - 1]));
5295 const char *pszGroup = &pReq->u.In.szStrings[pReq->u.In.offGroups];
5296 const char *pszFlags = &pReq->u.In.szStrings[pReq->u.In.offFlags];
5297 const char *pszDest = &pReq->u.In.szStrings[pReq->u.In.offDestination];

Completed in 1156 milliseconds