Searched refs:dixLookupProperty (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dproperty.h55 extern _X_EXPORT int dixLookupProperty(
/xsrc/external/mit/xorg-server/dist/include/
H A Dproperty.h62 extern _X_EXPORT int dixLookupProperty(PropertyPtr * /*result */ ,
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dproperty.c64 * dixLookupProperty, dixChangeProperty, DeleteProperty
92 dixLookupProperty(PropertyPtr *result, WindowPtr pWin, Atom propertyName, function in typeref:typename:int
161 rc = dixLookupProperty(&pProp, pWin, atoms[i], client,
267 rc = dixLookupProperty(&pProp, pWin, property, pClient, access_mode);
390 rc = dixLookupProperty(&pProp, pWin, propName, client, DixDestroyAccess);
500 rc = dixLookupProperty(&pProp, pWin, stuff->property, client, prop_mode);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dproperty.c63 * dixLookupProperty, dixChangeProperty, DeleteProperty
90 dixLookupProperty(PropertyPtr *result, WindowPtr pWin, Atom propertyName, function in typeref:typename:int
169 rc = dixLookupProperty(&pProp, pWin, atoms[i], client,
270 rc = dixLookupProperty(&pProp, pWin, property, pClient, access_mode);
379 rc = dixLookupProperty(&pProp, pWin, propName, client, DixDestroyAccess);
483 rc = dixLookupProperty(&pProp, pWin, stuff->property, client, prop_mode);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Dapplewm.c135 rc = dixLookupProperty(&prop, pWin, atom, serverClient, DixReadAccess);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Dapplewm.c136 rc = dixLookupProperty(&prop, pWin, atom, serverClient, DixReadAccess);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxselinux_ext.c262 rc = dixLookupProperty(&pProp, pWin, stuff->property, client,
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxselinux_ext.c262 rc = dixLookupProperty(&pProp, pWin, stuff->property, client,

Completed in 10 milliseconds