HomeSort by: relevance | last modified time | path
    Searched refs:transport (Results 1 - 25 of 26) sorted by relevancy

1 2

  /xsrc/external/mit/libICE/dist/src/
icetrans.c 27 #include <X11/Xtrans/transport.c>
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
xim_trans.c 30 #include <X11/Xtrans/transport.c>
  /xsrc/external/mit/libFS/dist/src/
fs_transport.c 31 #include "config.h" /* Need to know which transport types to support */
33 #include <X11/Xtrans/transport.c>
  /xsrc/external/mit/libXfont/dist/src/fc/
fstrans.c 28 #include <X11/Xtrans/transport.c>
  /xsrc/external/mit/libXfont2/dist/src/fc/
fstrans.c 30 #include <X11/Xtrans/transport.c>
  /xsrc/external/mit/xorg-server/dist/os/
xstrans.c 17 #include <X11/Xtrans/transport.c>
  /xsrc/external/mit/xorg-server.old/dist/os/
xstrans.c 13 #include <X11/Xtrans/transport.c>
  /xsrc/external/mit/xfs/dist/os/
xfstrans.c 29 #include <X11/Xtrans/transport.c>
35 typedef struct { /* when cloning, need old transport info */
  /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
localuser.md 13 transport.
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/
lava_job_submitter.py 170 transport = lavacli.RequestsTransport(
177 uri_str, allow_none=True, transport=transport)
  /xsrc/external/mit/xtrans/dist/
Xtrans.c 58 * 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 type *
    [all...]
Xtransint.h 54 * XTRANSDEBUG will enable the PRMSG() macros used in the X Transport
162 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/MesaLib/dist/src/intel/compiler/
brw_fs_scoreboard.cpp 558 transport(dependency dep, int delta[IDX(TGL_PIPE_ALL)])
666 * Component-wise transport() of dependencies from a scoreboard
667 * object. \sa transport().
670 transport(const scoreboard &sb0, int delta[IDX(TGL_PIPE_ALL)])
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/
imDefIm.c 192 const char *transport,
221 if((len == address_len) && (!strncmp(pp, transport, len)))
281 Atom locales, transport; local
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))
589 if(!(_XimConnect(im))) /* Transport Connect */
785 if (!(_XimShutdown(im))) /* Transport shutdown *
    [all...]
  /xsrc/external/mit/xauth/dist/
configure 1446 --enable-unix-transport Enable UNIX domain socket transport
1447 --enable-tcp-transport Enable TCP socket transport
1449 --enable-local-transport
1450 Enable os-specific local transport
12084 # Transport selection macro from xtrans.m4
12092 # Check whether --enable-unix-transport was given.
12110 # Check whether --enable-tcp-transport was given.
12445 # Check whether --enable-local-transport was given
    [all...]
  /xsrc/external/mit/xfs/dist/
configure 1553 --enable-unix-transport Enable UNIX domain socket transport
1554 --enable-tcp-transport Enable TCP socket transport
1556 --enable-local-transport
1557 Enable os-specific local transport
13147 # Transport selection macro from xtrans.m4
13154 # Check whether --enable-unix-transport was given.
13172 # Check whether --enable-tcp-transport was given.
13487 # Check whether --enable-local-transport was given
    [all...]
  /xsrc/external/mit/xhost/dist/
configure 1449 --enable-unix-transport Enable UNIX domain socket transport
1450 --enable-tcp-transport Enable TCP socket transport
1452 --enable-local-transport
1453 Enable os-specific local transport
11630 # Transport selection macro from xtrans.m4
11637 # Check whether --enable-unix-transport was given.
11654 # Check whether --enable-tcp-transport was given.
11948 # Check whether --enable-local-transport was given
    [all...]
  /xsrc/external/mit/libFS/dist/
configure 1498 --enable-unix-transport Enable UNIX domain socket transport
1499 --enable-tcp-transport Enable TCP socket transport
1501 --enable-local-transport
1502 Enable os-specific local transport
20325 # Check whether --enable-unix-transport was given.
20343 # Check whether --enable-tcp-transport was given.
20658 # Check whether --enable-local-transport was given.
  /xsrc/external/mit/libICE/dist/
configure 1597 --enable-unix-transport Enable UNIX domain socket transport
1598 --enable-tcp-transport Enable TCP socket transport
1600 --enable-local-transport
1601 Enable os-specific local transport
21683 # Transport selection macro from xtrans.m4
21690 # Check whether --enable-unix-transport was given.
21708 # Check whether --enable-tcp-transport was given.
22023 # Check whether --enable-local-transport was given
    [all...]
  /xsrc/external/mit/libSM/dist/
configure 1583 --enable-unix-transport Enable UNIX domain socket transport
1584 --enable-tcp-transport Enable TCP socket transport
1586 --enable-local-transport
1587 Enable os-specific local transport
21356 # Check whether --enable-unix-transport was given.
21374 # Check whether --enable-tcp-transport was given.
21709 # Check whether --enable-local-transport was given.
  /xsrc/external/mit/libX11/dist/
configure 1656 --enable-unix-transport Enable UNIX domain socket transport
1657 --enable-tcp-transport Enable TCP socket transport
1659 --enable-local-transport
1660 Enable os-specific local transport
22407 # was not expanded, since libX11 with no transport types is rather useless.
22415 # Transport selection macro from xtrans.m4
22422 # Check whether --enable-unix-transport was given.
22440 # Check whether --enable-tcp-transport was given
    [all...]
  /xsrc/external/mit/libXfont/dist/
configure 1586 --enable-unix-transport Enable UNIX domain socket transport
1587 --enable-tcp-transport Enable TCP socket transport
1589 --enable-local-transport
1590 Enable os-specific local transport
19803 # Transport selection macro from xtrans.m4
19810 # Check whether --enable-unix-transport was given.
19826 # Check whether --enable-tcp-transport was given.
20107 # Check whether --enable-local-transport was given
    [all...]
  /xsrc/external/mit/libXfont2/dist/
configure 1622 --enable-unix-transport Enable UNIX domain socket transport
1623 --enable-tcp-transport Enable TCP socket transport
1625 --enable-local-transport
1626 Enable os-specific local transport
21793 # Transport selection macro from xtrans.m4
21800 # Check whether --enable-unix-transport was given.
21818 # Check whether --enable-tcp-transport was given.
22133 # Check whether --enable-local-transport was given
    [all...]
  /xsrc/external/mit/xdm/dist/
configure 1633 --enable-unix-transport Enable UNIX domain socket transport
1634 --enable-tcp-transport Enable TCP socket transport
1636 --enable-local-transport
1637 Enable os-specific local transport
22149 # Check whether --enable-unix-transport was given.
22167 # Check whether --enable-tcp-transport was given.
22502 # Check whether --enable-local-transport was given.
  /xsrc/external/mit/xorg-server/dist/
configure 2182 --enable-unix-transport Enable UNIX domain socket transport
2183 --enable-tcp-transport Enable TCP socket transport
2185 --enable-local-transport
2186 Enable os-specific local transport
27322 # Transport selection macro from xtrans.m4
27329 # Check whether --enable-unix-transport was given.
27347 # Check whether --enable-tcp-transport was given.
27662 # Check whether --enable-local-transport was given
    [all...]

Completed in 174 milliseconds

1 2