Searched refs:_XSend (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DQuExt.c52 _XSend(dpy, name, (long)req->nbytes);
H A DFontNames.c62 _XSend (dpy, pattern, nbytes);
63 /* use _XSend instead of Data, since following _XReply will flush buffer */
H A DGetColor.c93 _XSend(dpy, colorname, nbytes);
94 /* _XSend is more efficient that Data, since _XReply follows */
H A Dxcb_io.c57 _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 DFontInfo.c69 _XSend (dpy, pattern, nbytes);
70 /* use _XSend instead of Data, since subsequent _XReply will flush buffer */
H A DPutImage.c599 /* Cancel a GetReq operation, before doing _XSend or Data */
746 _XSend(dpy, buf, length);
828 _XSend(dpy, (char *)dest, length);
H A DXlibInt.c1552 * 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 DXGetVers.c95 _XSend(dpy, name, (long)req->nbytes);
/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsAllNCol.c159 _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 Dglxvendor.c188 _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 Dglxsingle.c196 _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 Dglxcmds.c2232 _XSend(dpy, (const char *)pc, size);
/xsrc/external/mit/xf86-video-vmware/dist/vmwarectrl/
H A Dlibvmwarectrl.c252 _XSend(dpy, (char *)extents, len);
/xsrc/external/mit/libXxf86vm/dist/src/
H A DXF86VMode.c1080 _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 Dglxclient.h772 extern void _XSend(Display *, const void *, long);
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlibint.h512 #define XlibDisplayWriting (1L << 6) /* in _XFlushInt, _XSend */
652 _XSend(dpy, (_Xconst char*)(data), (long)(len));\
1033 extern void _XSend(

Completed in 23 milliseconds