Searched refs:transport (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/libICE/dist/src/
H A Dicetrans.c27 #include <X11/Xtrans/transport.c>
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A Dxim_trans.c30 #include <X11/Xtrans/transport.c>
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfstrans.c28 #include <X11/Xtrans/transport.c>
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfstrans.c30 #include <X11/Xtrans/transport.c>
/xsrc/external/mit/libFS/dist/src/
H A Dfs_transport.c31 #include "config.h" /* Need to know which transport types to support */
33 #include <X11/Xtrans/transport.c>
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxstrans.c13 #include <X11/Xtrans/transport.c>
/xsrc/external/mit/xorg-server/dist/os/
H A Dxstrans.c17 #include <X11/Xtrans/transport.c>
/xsrc/external/mit/xtrans/dist/
H A DMakefile.am11 transport.c
H A Dxtrans.m4111 AC_ARG_ENABLE(unix-transport,
112 AS_HELP_STRING([--enable-unix-transport],[Enable UNIX domain socket transport]),
119 AC_ARG_ENABLE(tcp-transport,
120 AS_HELP_STRING([--enable-tcp-transport],[Enable TCP socket transport]),
132 AC_ARG_ENABLE(local-transport,
133 AS_HELP_STRING([--enable-local-transport],[Enable os-specific local transport]),
H A DREADME.md5 handle network protocol transport in a modular fashion, allowing a
6 single place to add new transport types. It is used by the X server,
H A DXtrans.c58 * The transport table contains a definition for every transport (protocol)
59 * family. All operations that can be made on the transport go through this
62 * Each transport is assigned a unique transport id.
65 * For compatibility, the transport ids should never be renumbered.
179 if (!strcmp (protobuf, Xtransports[i].transport->TransName))
181 if (!strcasecmp (protocol, Xtransports[i].transport->TransName))
183 return Xtransports[i].transport;
438 /* Determine the transport typ
[all...]
H A DXtransint.h162 struct _Xtransport *, /* transport */
173 struct _Xtransport *, /* transport */
184 struct _Xtransport *, /* transport */
286 Xtransport *transport; member in struct:_Xtransport_table
296 #define TRANS_LOCAL (1<<1) /* local transport */
299 #define TRANS_NOUNLINK (1<<4) /* Don't unlink transport endpoints */
310 building the transport.c file that has them in */
/xsrc/external/mit/libICE/dist/
H A Dconfigure.ac55 AC_DEFINE(ICE_t, 1, [Xtrans transport type])
56 AC_DEFINE(TRANS_CLIENT, 1, [Xtrans transport client code])
57 AC_DEFINE(TRANS_SERVER, 1, [Xtrans transport server code])
H A Daclocal.m43618 AC_ARG_ENABLE(unix-transport,
3619 AS_HELP_STRING([--enable-unix-transport],[Enable UNIX domain socket transport]),
3626 AC_ARG_ENABLE(tcp-transport,
3627 AS_HELP_STRING([--enable-tcp-transport],[Enable TCP socket transport]),
3639 AC_ARG_ENABLE(local-transport,
3640 AS_HELP_STRING([--enable-local-transport],[Enable os-specific local transport]),
/xsrc/external/mit/libXfont2/dist/
H A DREADME.md61 --enable-unix-transport Enable UNIX domain socket transport
62 --enable-tcp-transport Enable TCP socket transport (IPv4)
63 --enable-ipv6 Enable IPv6 support for tcp-transport
64 --enable-local-transport Enable os-specific local transport
H A Daclocal.m43629 AC_ARG_ENABLE(unix-transport,
3630 AS_HELP_STRING([--enable-unix-transport],[Enable UNIX domain socket transport]),
3637 AC_ARG_ENABLE(tcp-transport,
3638 AS_HELP_STRING([--enable-tcp-transport],[Enable TCP socket transport]),
3650 AC_ARG_ENABLE(local-transport,
3651 AS_HELP_STRING([--enable-local-transport],[Enable os-specific local transport]),
/xsrc/external/mit/xfs/dist/os/
H A Dxfstrans.c29 #include <X11/Xtrans/transport.c>
35 typedef struct { /* when cloning, need old transport info */
/xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
H A Dlocaluser.md13 transport.
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/
H A Dlava_job_submitter.py170 transport = lavacli.RequestsTransport(
177 uri_str, allow_none=True, transport=transport)
/xsrc/external/mit/libxcb/dist/
H A DREADME.md13 Xlib also uses XCB as a transport layer, allowing software to make
/xsrc/external/mit/xcb-proto/dist/
H A DREADME.md9 This separation between the XCB transport layer and the
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_scoreboard.cpp558 transport(dependency dep, int delta[IDX(TGL_PIPE_ALL)]) function in namespace:__anon19a82a480110
666 * Component-wise transport() of dependencies from a scoreboard
667 * object. \sa transport().
670 transport(const scoreboard &sb0, int delta[IDX(TGL_PIPE_ALL)]) function in namespace:__anon19a82a480110
675 sb.grf_deps[i] = transport(sb0.grf_deps[i], delta);
677 sb.addr_dep = transport(sb0.addr_dep, delta);
678 sb.accum_dep = transport(sb0.accum_dep, delta);
1067 in_sb = merge(eq, in_sb, transport(sb, delta));
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimDefIm.c192 const char *transport,
221 if((len == address_len) && (!strncmp(pp, transport, len)))
281 Atom locales, transport; local in function:_XimPreConnectionIM
360 /* transport check */
361 if((transport = XInternAtom(display, XIM_TRANSPORT, True)) == (Atom)None)
364 XConvertSelection(display, selection, transport, transport, window,
366 if(!_XimGetSelectionNotify(display, window, transport, &address))
189 _XimCheckTransport(char * address,int address_len,const char * transport,int len,char ** trans_addr) argument
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dvenus.rst123 compositor, using Virtio-WL as the transport. This setup is more tedious, but
/xsrc/external/mit/libFS/dist/
H A Daclocal.m43629 AC_ARG_ENABLE(unix-transport,
3630 AS_HELP_STRING([--enable-unix-transport],[Enable UNIX domain socket transport]),
3637 AC_ARG_ENABLE(tcp-transport,
3638 AS_HELP_STRING([--enable-tcp-transport],[Enable TCP socket transport]),
3650 AC_ARG_ENABLE(local-transport,
3651 AS_HELP_STRING([--enable-local-transport],[Enable os-specific local transport]),

Completed in 44 milliseconds

123