Home
last modified time | relevance | path

Searched refs:XID (Results 1 – 25 of 167) sorted by relevance

1234567

/OK3568_Linux_fs/external/xserver/include/
H A Dresource.h123 XID id;
129 XID id);
132 XID id,
136 XID id,
141 XID id,
159 XID id,
185 extern _X_EXPORT XID FakeClientID(int /*client */ );
192 extern _X_EXPORT Bool AddResource(XID id,
196 extern _X_EXPORT void FreeResource(XID /*id */ ,
199 extern _X_EXPORT void FreeResourceByType(XID /*id */ ,
[all …]
H A Dglxvndabi.h173 Bool (* addXIDMap) (XID id, GlxServerVendor *vendor);
186 GlxServerVendor * (* getXIDMap) (XID id);
191 void (* removeXIDMap) (XID id);
308 XID drawable,
309 XID readdrawable,
310 XID context,
H A Ddixfont.h40 XID /*fid */ ,
46 XID fid);
67 XID /*did */ );
77 XID /*did */ );
H A Ddix.h162 XID pid);
173 XID /*resId */ ,
188 XID id,
192 XID id,
197 XID id, ClientPtr client, Mask access_mode);
200 XID id,
204 XID id,
280 XID /*drawable */ ,
427 XID /* resource */ );
466 XID id);
H A Dcursor.h72 XID cid);
90 XID /*cid */ );
104 XID /*cid */ );
H A Dwindow.h111 XID * /*vlist */ ,
118 XID wid);
130 XID * /*vlist */ ,
166 XID * /*vlist */ ,
H A Dgc.h106 XID * /*pval */ ,
108 XID /*gcid */ ,
116 XID gid);
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DXnest.h44 #define XID XID64 macro
49 typedef XID Window64;
50 typedef XID Drawable64;
51 typedef XID Font64;
52 typedef XID Pixmap64;
53 typedef XID Cursor64;
54 typedef XID Colormap64;
55 typedef XID GContext64;
56 typedef XID KeySym64;
77 #undef XID
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxclient.h55 #define XID XID64 macro
60 typedef XID Window64;
61 typedef XID Drawable64;
62 typedef XID Font64;
63 typedef XID Pixmap64;
64 typedef XID Cursor64;
65 typedef XID Colormap64;
66 typedef XID GContext64;
67 typedef XID KeySym64;
106 #undef XID
/OK3568_Linux_fs/external/xserver/os/
H A Dosdep.h91 #define AuthAddCArgs unsigned short data_length, const char *data, XID id
95 typedef XID (*AuthCheckFunc) (AuthCheckArgs);
97 #define AuthFromIDArgs XID id, unsigned short *data_lenp, char **datap
100 #define AuthGenCArgs unsigned data_length, const char *data, XID id, unsigned *data_length_return, …
101 typedef XID (*AuthGenCFunc) (AuthGenCArgs);
118 XID auth_id; /* authorization id */
158 extern XID MitCheckCookie(AuthCheckArgs);
159 extern XID MitGenerateCookie(AuthGenCArgs);
167 extern XID XdmCheckCookie(AuthCheckArgs);
177 extern XID SecureRPCCheck(AuthCheckArgs);
H A Drpcauth.c117 static XID rpc_id = (XID) ~0L;
128 _X_HIDDEN XID
134 if (rpc_id == (XID) ~0L) {
152 return (XID) ~0L;
163 SecureRPCAdd(unsigned short data_length, const char *data, XID id)
174 rpc_id = (XID) ~0L;
179 SecureRPCFromID(XID id, unsigned short *data_lenp, char **datap)
H A Dmitauth.c47 XID id;
51 MitAddCookie(unsigned short data_length, const char *data, XID id) in MitAddCookie()
71 XID
83 return (XID) -1; in MitCheckCookie()
101 MitFromID(XID id, unsigned short *data_lenp, char **datap) in MitFromID()
138 XID
141 XID id, unsigned *data_length_return, char **data_return) in MitGenerateCookie()
H A Dxdmauth.c169 XID id;
320 XdmAddCookie(unsigned short data_length, const char *data, XID id) in XdmAddCookie()
365 XID
375 return (XID) -1; in XdmCheckCookie()
378 return (XID) -1; in XdmCheckCookie()
392 return (XID) -1; in XdmCheckCookie()
415 XdmFromID(XID id, unsigned short *data_lenp, char **datap) in XdmFromID()
/OK3568_Linux_fs/external/xserver/test/
H A Dhashtabletest.c16 XID *x = v; in print_xid()
36 h = ht_create(sizeof(XID), sizeof(int), ht_resourceid_hash, ht_resourceid_compare, NULL); in test1()
40 XID id = c; in test1()
52 XID id = c; in test1()
72 XID id = c; in test1()
94 h = ht_create(sizeof(XID), 0, ht_resourceid_hash, ht_resourceid_compare, NULL); in test2()
97 XID id = c; in test2()
102 XID id = c; in test2()
110 XID id = c + 1; in test2()
/OK3568_Linux_fs/external/xserver/dix/
H A Dresource.c163 XID id;
173 XID fakeID;
174 XID endFakeID;
203 GetDefaultBytes(void *value, XID id, ResourceSizePtr size) in GetDefaultBytes()
268 GetPixmapBytes(void *value, XID id, ResourceSizePtr size) in GetPixmapBytes()
297 GetWindowBytes(void *value, XID id, ResourceSizePtr size) in GetWindowBytes()
370 GetGcBytes(void *value, XID id, ResourceSizePtr size) in GetGcBytes()
669 HashResourceID(XID id, int numBits) in HashResourceID()
671 static XID mask; in HashResourceID()
681 static XID
[all …]
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-common.h149 int __wrap_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client,
151 int __real_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client,
153 Bool __wrap_AddResource(XID id, RESTYPE type, void *value);
154 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
155 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompint.h85 XID id;
119 XID resource;
123 XID parentVisual;
124 XID winVisual;
206 compFreeClientWindow(WindowPtr pWin, XID id);
215 compFreeClientSubwindows(WindowPtr pWin, XID id);
333 DeleteWindowNoInputDevices(void *value, XID wid);
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c71 XID id; /* resource id of context */
113 XID *pClientIDs; /* array of clients to record */
140 XID id);
417 XID clientspec, int *pposition) in RecordFindClientOnContext()
851 RecordInstallHooks(RecordClientsAndProtocolPtr pRCAP, XID oneclient) in RecordInstallHooks()
854 XID client; in RecordInstallHooks()
936 RecordUninstallHooks(RecordClientsAndProtocolPtr pRCAP, XID oneclient) in RecordUninstallHooks()
939 XID client; in RecordUninstallHooks()
1073 RecordAddClientToRCAP(RecordClientsAndProtocolPtr pRCAP, XID clientspec) in RecordAddClientToRCAP()
1077 XID *pNewIDs = in RecordAddClientToRCAP()
[all …]
/OK3568_Linux_fs/external/xserver/dbe/
H A Ddbestruct.h133 XID *IDs;
144 XID initIDs[DBE_INIT_MAX_IDS];
190 XID /*bufId */ ,
198 XID /*bufId */
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxcontext.h75 XID id;
80 XID share_id;
138 XID id, __GLXconfig ** config, int *err);
140 extern int validGlxContext(ClientPtr client, XID id, int access_mode,
H A Dglxext.h65 xorgGlxMakeCurrent(ClientPtr client, GLXContextTag tag, XID drawId, XID readId,
66 XID contextId, GLXContextTag newContextTag);
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxcmisc.c71 XID min_id, max_id; in ProcXCMiscGetXIDRange()
96 XID *pids; in ProcXCMiscGetXIDList()
101 if (stuff->count > UINT32_MAX / sizeof(XID)) in ProcXCMiscGetXIDList()
104 pids = xallocarray(stuff->count, sizeof(XID)); in ProcXCMiscGetXIDList()
123 WriteSwappedDataToClient(client, count * sizeof(XID), pids); in ProcXCMiscGetXIDList()
H A Dsecuritysrv.h64 XID id; /* resource ID */
67 XID group; /* see embedding extension */
75 XID group; /* the group that was sent in GenerateAuthorization */
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxcontext.h60 XID id;
61 XID *real_ids;
66 XID share_id;
H A Dglxext.c103 ContextGone(__GLXcontext * cx, XID id) in ContextGone()
117 ClientGone(int clientIndex, XID id) in ClientGone()
169 PixmapGone(__GLXpixmap * pGlxPixmap, XID id) in PixmapGone()
197 WindowGone(__glXWindow * pGlxWindow, XID id) in WindowGone()
213 PbufferGone(__glXPbuffer * pGlxPbuffer, XID id) in PbufferGone()
409 XID xid = FakeClientID(client->index); in __glXDispatch()
463 XID xid = FakeClientID(client->index); in __glXSwapDispatch()

1234567