Searched refs:_XSend (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | QuExt.c | 52 _XSend(dpy, name, (long)req->nbytes);
|
| H A D | FontNames.c | 62 _XSend (dpy, pattern, nbytes); 63 /* use _XSend instead of Data, since following _XReply will flush buffer */
|
| H A D | GetColor.c | 93 _XSend(dpy, colorname, nbytes); 94 /* _XSend is more efficient that Data, since _XReply follows */
|
| H A D | xcb_io.c | 57 _XSend(dpy, NULL, 0); 92 * _XSend 432 _XSend(dpy, NULL, 0); 461 _XSend(dpy, NULL, 0); 534 * _XSend - Flush the buffer and send the client data. 32 bit word aligned 540 void _XSend(Display *dpy, const char *data, long size) function in typeref:typename:void 609 _XSend(dpy, NULL, 0); 679 _XSend(dpy, NULL, 0);
|
| H A D | FontInfo.c | 69 _XSend (dpy, pattern, nbytes); 70 /* use _XSend instead of Data, since subsequent _XReply will flush buffer */
|
| H A D | PutImage.c | 599 /* Cancel a GetReq operation, before doing _XSend or Data */ 746 _XSend(dpy, buf, length); 828 _XSend(dpy, (char *)dest, length);
|
| H A D | XlibInt.c | 1552 * GetReq* and a call to Data* or _XSend*, or in a context when the thread 1655 _XSend(dpy, data, len);
|
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XGetVers.c | 95 _XSend(dpy, name, (long)req->nbytes);
|
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| H A D | cmsAllNCol.c | 159 _XSend(dpy, colorname, nbytes); 160 /* _XSend is more efficient that Data, since _XReply follows */
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | glxvendor.c | 188 _XSend(dpy, (const char *)pc, buf_size); 232 _XSend(dpy, (const char *)pc, buf_size); 324 _XSend(dpy, (const char *)pc, buf_size);
|
| H A D | glxsingle.c | 196 _XSend(dpy, (const char *)pc, buf_size); 244 _XSend(dpy, (const char *)pc, buf_size); 339 _XSend(dpy, (const char *)pc, buf_size);
|
| H A D | glxcmds.c | 2232 _XSend(dpy, (const char *)pc, size);
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwarectrl/ |
| H A D | libvmwarectrl.c | 252 _XSend(dpy, (char *)extents, len);
|
| /xsrc/external/mit/libXxf86vm/dist/src/ |
| H A D | XF86VMode.c | 1080 _XSend(dpy, (char*)red, size * 2); 1081 _XSend(dpy, (char*)green, size * 2); 1082 _XSend(dpy, (char*)blue, size * 2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxclient.h | 772 extern void _XSend(Display *, const void *, long);
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlibint.h | 512 #define XlibDisplayWriting (1L << 6) /* in _XFlushInt, _XSend */ 652 _XSend(dpy, (_Xconst char*)(data), (long)(len));\ 1033 extern void _XSend(
|
Completed in 23 milliseconds