Searched defs:pszValueReset (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceInternal.h149 char *pszValueReset; member in struct:VBOXSERVICEVEPROPCACHEENTRY
H A DVBoxServicePropCache.cpp83 pNode->pszValueReset = NULL;
171 * @param pszValueReset The property reset value.
174 const char *pszName, uint32_t fFlags, const char *pszValueReset)
189 if (pszValueReset)
191 if (pNode->pszValueReset)
192 RTStrFree(pNode->pszValueReset);
193 pNode->pszValueReset = RTStrDup(pszValueReset);
194 AssertPtr(pNode->pszValueReset);
416 pNode->fFlags, pNode->pszValueReset);
173 VBoxServicePropCacheUpdateEntry(PVBOXSERVICEVEPROPCACHE pCache, const char *pszName, uint32_t fFlags, const char *pszValueReset) argument
[all...]

Completed in 43 milliseconds