Searched refs:pProp (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp205 * @param pProp where to return the property found. If none is
210 Property *pProp)
215 AssertPtrReturn(pProp, VERR_INVALID_POINTER);
216 int rc = getOldNotificationInternal(pszPatterns, u64Timestamp, pProp);
219 * ENSURE that pProp is the first event in the notification queue that:
234 && it->mTimestamp != pProp->mTimestamp; ++it)
236 if (pProp->mTimestamp != 0)
238 Assert(*pProp == *it);
239 Assert(pProp->Matches(pszPatterns));
380 uint64_t u64Timestamp, Property *pProp);
209 getOldNotification(const char *pszPatterns, uint64_t u64Timestamp, Property *pProp) argument
521 Property *pProp = getPropertyInternal(papszNames[i]); local
594 Property *pProp = getPropertyInternal(pcszName); local
692 Property *pProp = getPropertyInternal(pcszName); local
783 Property *pProp = getPropertyInternal(pcszName); local
824 Property *pProp = (Property *)pStr; local
951 getOldNotificationInternal(const char *pszPatterns, uint64_t u64Timestamp, Property *pProp) argument
1134 Property const * const pProp = getPropertyInternal(pszProperty); local
1318 Property *pProp = (Property *)pStr; local
[all...]
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11-auto.cpp115 unsigned char *pProp; local
116 pProp = (unsigned char *)RTMemDup(&atomTypeDesktop,
118 AssertReturn(pProp, 0xffff);
120 *prop_return = pProp;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dlbxserve.h267 extern void LbxStallPropRequest ( ClientPtr client, PropertyPtr pProp );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dlbxserve.h267 extern void LbxStallPropRequest ( ClientPtr client, PropertyPtr pProp );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmsxml2.idl1671 [in] const WCHAR * pProp,
1674 [in] const WCHAR * pProp,
1977 HRESULT getProperty( [in] const WCHAR * pProp,
1980 HRESULT putProperty( [in] const WCHAR * pProp, [in] VARIANT value);
H A Dmimeole.idl1180 [in] LPPROPVARIANT pProp);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmsctf.idl1349 [in] ITfProperty *pProp,
1355 [in] ITfProperty *pProp,
1360 HRESULT ForceLoadProperty([in] ITfProperty *pProp);
H A Dmsxml2.idl2155 [in] const WCHAR * pProp,
2158 [in] const WCHAR * pProp,
2472 HRESULT getProperty( [in] const WCHAR * pProp,
2475 HRESULT putProperty( [in] const WCHAR * pProp, [in] VARIANT value);
H A Dmsxml6.idl2019 [in] const WCHAR * pProp,
2022 [in] const WCHAR * pProp,
2336 HRESULT getProperty( [in] const WCHAR * pProp,
2339 HRESULT putProperty( [in] const WCHAR * pProp, [in] VARIANT value);
H A Dmimeole.idl1180 [in] LPPROPVARIANT pProp);

Completed in 54 milliseconds