Searched defs:pcszFlags (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/HostServices/
H A DGuestPropertySvc.h122 * @param pcszFlags the flag string to parse
128 DECLINLINE(int) validateFlags(const char *pcszFlags, uint32_t *pfFlags) argument
134 const char *pcszNext = pcszFlags;
139 if (pcszFlags)
305 const char *pcszFlags; member in struct:guestProp::_HOSTCALLBACKDATA
/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp383 * @param pcszFlags the flag string to set if one of the SET_PROP[_HOST]
391 const char *pcszValue, const char *pcszFlags, bool isHost,
413 RTStrPrintf(szFlags, sizeof(szFlags), "%s", pcszFlags);
444 const char *pcszFlags; member in struct:__anon16433
469 s_aSetProperties[i].pcszFlags,
852 const char *pcszFlags; member in struct:__anon16437
881 s_aSetPropertiesROGuest[i].pcszFlags,
924 const char *pcszFlags; member in struct:__anon16438
949 "none", s_aDelPropertiesROGuest[i].pcszFlags,
390 doSetProperty(VBOXHGCMSVCFNTABLE *pTable, const char *pcszName, const char *pcszValue, const char *pcszFlags, bool isHost, bool useSetProp) argument
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp647 const char *pcszFlags = NULL; local
664 && RT_FAILURE(paParms[2].getString(&pcszFlags, &cchFlags)) /* flags */
678 rc = RTStrValidateEncodingEx(pcszFlags, cchFlags,
681 rc = validateFlags(pcszFlags, &fFlags);
1227 HostCallbackData.pcszFlags = pszFlags;

Completed in 50 milliseconds