Home
last modified time | relevance | path

Searched refs:XaceHookPropertyAccess (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxace.h77 extern _X_EXPORT int XaceHookPropertyAccess(ClientPtr ptr, WindowPtr pWin,
119 #define XaceHookPropertyAccess(args...) Success macro
126 #define XaceHookPropertyAccess(...) Success macro
H A Dxace.c50 XaceHookPropertyAccess(ClientPtr client, WindowPtr pWin, in XaceHookPropertyAccess() function
/OK3568_Linux_fs/external/xserver/dix/
H A Dproperty.c103 rc = XaceHookPropertyAccess(client, pWin, &pProp, access_mode); in dixLookupProperty()
288 rc = XaceHookPropertyAccess(pClient, pWin, &pProp, in dixChangeWindowProperty()
347 rc = XaceHookPropertyAccess(pClient, pWin, &pProp, access_mode); in dixChangeWindowProperty()
594 rc = XaceHookPropertyAccess(client, pWin, &realProp, DixGetAttrAccess); in ProcListProperties()