Searched refs:rid (Results 1 - 25 of 54) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) \
38 err = dixLookupResourceByType((pointer *) &pRegion, rid, \
41 client->errorValue = rid; \
44 client->errorValue = rid; \
49 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
51 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
H A Ddamageextint.h60 #define VERIFY_DAMAGEEXT(pDamageExt, rid, client, mode) { \
61 int rc = dixLookupResourceByType((pointer *)&(pDamageExt), rid, \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) \
38 err = dixLookupResourceByType((pointer *) &pRegion, rid, \
41 client->errorValue = rid; \
44 client->errorValue = rid; \
49 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
51 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
H A Ddamageextint.h60 #define VERIFY_DAMAGEEXT(pDamageExt, rid, client, mode) { \
61 int rc = dixLookupResourceByType((pointer *)&(pDamageExt), rid, \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) \
38 err = dixLookupResourceByType((void **) &pRegion, rid, \
41 client->errorValue = rid; \
46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
H A Ddamageextint.h60 #define VERIFY_DAMAGEEXT(pDamageExt, rid, client, mode) { \
61 int rc = dixLookupResourceByType((void **)&(pDamageExt), rid, \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) \
38 err = dixLookupResourceByType((void **) &pRegion, rid, \
41 client->errorValue = rid; \
46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
H A Ddamageextint.h60 #define VERIFY_DAMAGEEXT(pDamageExt, rid, client, mode) { \
61 int rc = dixLookupResourceByType((void **)&(pDamageExt), rid, \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxfixes.h37 #define VERIFY_REGION(pRegion, rid, client, mode) { \
38 pRegion = SecurityLookupIDByType (client, rid, RegionResType, mode); \
40 client->errorValue = rid; \
45 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
47 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) { \
36 pRegion = SecurityLookupIDByType (client, rid, RegionResType, mode); \
38 client->errorValue = rid; \
43 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
45 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
H A Ddamageextint.h61 #define VERIFY_DAMAGEEXT(pDamageExt, rid, client, mode) { \
62 pDamageExt = SecurityLookupIDByType (client, rid, DamageExtType, mode); \
64 client->errorValue = rid; \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) { \
36 pRegion = SecurityLookupIDByType (client, rid, RegionResType, mode); \
38 client->errorValue = rid; \
43 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
45 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
H A Ddamageextint.h61 #define VERIFY_DAMAGEEXT(pDamageExt, rid, client, mode) { \
62 pDamageExt = SecurityLookupIDByType (client, rid, DamageExtType, mode); \
64 client->errorValue = rid; \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) { \
36 pRegion = SecurityLookupIDByType (client, rid, RegionResType, mode); \
38 client->errorValue = rid; \
43 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
45 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
H A Ddamageextint.h61 #define VERIFY_DAMAGEEXT(pDamageExt, rid, client, mode) { \
62 pDamageExt = SecurityLookupIDByType (client, rid, DamageExtType, mode); \
64 client->errorValue = rid; \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) \
38 err = dixLookupResourceByType((pointer *) &pRegion, rid, \
41 client->errorValue = rid; \
46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxfixes.h37 #define VERIFY_REGION(pRegion, rid, client, mode) { \
38 pRegion = SecurityLookupIDByType (client, rid, RegionResType, mode); \
40 client->errorValue = rid; \
45 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
47 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) \
38 err = dixLookupResourceByType((pointer *) &pRegion, rid, \
41 client->errorValue = rid; \
46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) \
38 err = dixLookupResourceByType((pointer *) &pRegion, rid, \
41 client->errorValue = rid; \
46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) \
38 err = dixLookupResourceByType((pointer *) &pRegion, rid, \
41 client->errorValue = rid; \
46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxfixes.h37 #define VERIFY_REGION(pRegion, rid, client, mode) { \
38 pRegion = SecurityLookupIDByType (client, rid, RegionResType, mode); \
40 client->errorValue = rid; \
45 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
47 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxfixes.h36 #define VERIFY_REGION(pRegion, rid, client, mode) \
39 err = dixLookupResourceByType((pointer *) &pRegion, rid, \
42 client->errorValue = rid; \
47 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
49 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxfixes.h36 #define VERIFY_REGION(pRegion, rid, client, mode) \
39 err = dixLookupResourceByType((pointer *) &pRegion, rid, \
42 client->errorValue = rid; \
47 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
49 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxfixes.h36 #define VERIFY_REGION(pRegion, rid, client, mode) \
39 err = dixLookupResourceByType((pointer *) &pRegion, rid, \
42 client->errorValue = rid; \
47 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
49 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcorhdr.h61 #define RidToToken(rid,tktype) ((rid) |= (tktype))
62 #define TokenFromRid(rid,tktype) ((rid) | (tktype))

Completed in 82 milliseconds

123