Searched refs:protocol (Results 1 - 25 of 121) sorted by relevance

12345

/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A DMakefile.am3 protocol-xiqueryversion \
4 protocol-xiquerydevice \
5 protocol-xiselectevents \
6 protocol-xigetselectedevents \
7 protocol-xisetclientpointer \
8 protocol-xigetclientpointer \
9 protocol-xiquerypointer \
10 protocol-xiwarppointer \
11 protocol-eventconvert
18 COMMON_SOURCES=protocol
[all...]
H A DMakefile.in34 @UNITTESTS_TRUE@check_PROGRAMS = protocol-xiqueryversion$(EXEEXT) \
35 @UNITTESTS_TRUE@ protocol-xiquerydevice$(EXEEXT) \
36 @UNITTESTS_TRUE@ protocol-xiselectevents$(EXEEXT) \
37 @UNITTESTS_TRUE@ protocol-xigetselectedevents$(EXEEXT) \
38 @UNITTESTS_TRUE@ protocol-xisetclientpointer$(EXEEXT) \
39 @UNITTESTS_TRUE@ protocol-xigetclientpointer$(EXEEXT) \
40 @UNITTESTS_TRUE@ protocol-xiquerypointer$(EXEEXT) \
41 @UNITTESTS_TRUE@ protocol-xiwarppointer$(EXEEXT) \
42 @UNITTESTS_TRUE@ protocol-eventconvert$(EXEEXT)
64 protocol_eventconvert_SOURCES = protocol
[all...]
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_util.c99 * protocol = "unix"
103 static int _xcb_parse_display_path_to_socket(const char *name, char **host, char **protocol, argument
140 if (protocol) {
141 *protocol = strdup("unix");
142 if (!*protocol) {
158 static int _xcb_parse_display(const char *name, char **host, char **protocol, argument
171 return _xcb_parse_display_path_to_socket(name, host, protocol, displayp, screenp);
174 return _xcb_parse_display_path_to_socket(name + 5, host, protocol, displayp, screenp);
180 if (protocol) {
181 *protocol
247 _xcb_open(const char * host,char * protocol,const int display) argument
368 _xcb_open_tcp(const char * host,char * protocol,const unsigned short port) argument
462 _xcb_open_unix(char * protocol,const char * file) argument
494 _xcb_open_abstract(char * protocol,const char * file,size_t filelen) argument
529 char *protocol = NULL; local in function:xcb_connect_to_display_with_auth_info
[all...]
/xsrc/external/mit/xorg-server.old/dist/test/xi1/
H A DMakefile.am4 protocol-xchangedevicecontrol
12 COMMON_SOURCES=$(srcdir)/../xi2/protocol-common.c
22 protocol_xchangedevicecontrol_SOURCES=$(COMMON_SOURCES) protocol-xchangedevicecontrol.c
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/
H A DMakefile.sources13 wsi/wayland-drm-protocol.c \
14 wsi/wayland-drm-client-protocol.h \
15 wsi/linux-dmabuf-unstable-v1-protocol.c \
16 wsi/linux-dmabuf-unstable-v1-client-protocol.h
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/
H A DMakefile.am37 inputtest_drv_la_SOURCES = xf86-input-inputtest.c xf86-input-inputtest-protocol.h
39 sdk_HEADERS = xf86-input-inputtest-protocol.h
/xsrc/external/mit/xorg-server/dist/test/
H A DMakefile.in126 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi1/protocol-xchangedevicecontrol.c \
127 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-common.c \
128 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiqueryversion.c \
129 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiquerydevice.c \
130 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiselectevents.c \
131 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xigetselectedevents.c \
132 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xisetclientpointer.c \
133 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xigetclientpointer.c \
134 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiquerypointer.c \
135 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol
[all...]
H A DMakefile.am85 xi1/protocol-xchangedevicecontrol.c \
86 xi2/protocol-common.c \
87 xi2/protocol-xiqueryversion.c \
88 xi2/protocol-xiquerydevice.c \
89 xi2/protocol-xiselectevents.c \
90 xi2/protocol-xigetselectedevents.c \
91 xi2/protocol-xisetclientpointer.c \
92 xi2/protocol-xigetclientpointer.c \
93 xi2/protocol-xiquerypointer.c \
94 xi2/protocol
[all...]
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dhurd_mouse.c136 OsMousePreInit(InputInfoPtr pInfo, const char *protocol, int flags) argument
140 /* This is called when the protocol is "OSMouse". */
143 pMse->protocol = protocol;
144 xf86Msg(X_CONFIG, "%s: Protocol: %s\n", pInfo->name, protocol);
185 FindDevice(InputInfoPtr pInfo, const char *protocol, int flags) argument
223 CheckProtocol(const char *protocol) argument
228 if (xf86NameCmp(protocol, internalNames[i]) == 0)
H A Dbsd_mouse.c136 CheckProtocol(const char *protocol) argument
141 if (xf86NameCmp(protocol, internalNames[i]) == 0)
144 if (xf86NameCmp(protocol, miscNames[i]) == 0)
203 if (mode.protocol == devproto[i].dproto) {
210 xf86MsgVerb(X_INFO, 3, "%s: SetupAuto: protocol is %s\n",
220 SetSysMouseRes(InputInfoPtr pInfo, const char *protocol, int rate, int res) argument
232 (protocol && xf86NameCmp(protocol, "SysMouse") == 0)) {
234 * As the FreeBSD sysmouse driver defaults to protocol level 0
235 * every time it is opened we enforce protocol leve
275 FindDevice(InputInfoPtr pInfo,const char * protocol,int flags) argument
353 SetMouseRes(InputInfoPtr pInfo,const char * protocol,int rate,int res) argument
361 FindDevice(InputInfoPtr pInfo,const char * protocol,int flags) argument
517 wsconsPreInit(InputInfoPtr pInfo,const char * protocol,int flags) argument
698 usbPreInit(InputInfoPtr pInfo,const char * protocol,int flags) argument
817 bsdMousePreInit(InputInfoPtr pInfo,const char * protocol,int flags) argument
[all...]
H A Dmouse.h53 * specific protocol names that are
59 PROT_UNSUP = -1, /* protocol is not supported */
92 typedef Bool (*CheckProtocolProc)(const char *protocol);
93 typedef Bool (*BuiltinPreInitProc)(InputInfoPtr pInfo, const char *protocol,
97 typedef void (*SetResProc)(InputInfoPtr pInfo, const char* protocol, int rate,
99 typedef const char *(*FindDeviceProc)(InputInfoPtr pInfo, const char *protocol,
130 * CheckProtocol: Checks if the protocol name given is supported by the
135 * function is passed the protocol name.
137 * DefaultProtocol: Returns the name of a default protocol that should be used
141 * SetupAuto: This function can be used to do OS-specific protocol
208 const char * protocol; member in struct:_MouseDevRec
[all...]
/xsrc/external/mit/xtrans/dist/
H A DXtrans.c58 * The transport table contains a definition for every transport (protocol)
151 TRANS(SelectTransport) (const char *protocol)
158 prmsg (3,"SelectTransport(%s)\n", protocol);
166 strncpy (protobuf, protocol, PROTOBUFSIZE - 1);
181 if (!strcasecmp (protocol, Xtransports[i].transport->TransName))
191 char **protocol, char **host, char **port)
196 * as "protocol/host:port[/catalogue]". Note that the catologue
201 * as "protocol/host:port".
203 * If the protocol part is missing, then assume TCP.
204 * If the protocol par
415 char *protocol = NULL, *host = NULL, *port = NULL; local in function:TRANS
853 char *protocol; local in function:TRANS
[all...]
/xsrc/external/mit/freetype/dist/docs/reference/javascripts/
H A Dextra.js26 this.protocol == window.location.protocol &&
/xsrc/external/mit/xf86-input-vmmouse/dist/src/
H A Dxf86OSmouse.h43 * specific protocol names that are
49 PROT_UNSUP = -1, /* protocol is not supported */
80 typedef Bool (*CheckProtocolProc)(const char *protocol);
81 typedef Bool (*BuiltinPreInitProc)(InputInfoPtr pInfo, const char *protocol,
85 typedef void (*SetResProc)(InputInfoPtr pInfo, const char* protocol, int rate,
87 typedef const char *(*FindDeviceProc)(InputInfoPtr pInfo, const char *protocol,
118 * CheckProtocol: Checks if the protocol name given is supported by the
123 * function is passed the protocol name.
125 * DefaultProtocol: Returns the name of a default protocol that should be used
129 * SetupAuto: This function can be used to do OS-specific protocol
208 const char * protocol; member in struct:_MouseDevRec
[all...]
/xsrc/external/mit/libXtst/dist/
H A DREADME.md12 core X protocol and arbitrary X extension protocol.
/xsrc/external/mit/libXcomposite/dist/
H A DREADME.md1 libXcomposite - client library for the Composite extension to the X11 protocol
/xsrc/external/mit/libXrender/dist/
H A DREADME.md1 libXrender - library for the Render Extension to the X11 protocol
H A Dconfigure.ac30 # protocol, so Xrender version l.n.m corresponds to protocol version l.n
39 PACKAGE_BRIEF="Library for the Render Extension to the X11 protocol"
56 # find the required protocol version
/xsrc/external/mit/xcb-proto/dist/
H A DREADME.md4 xcb-proto provides the XML-XCB protocol descriptions that libxcb uses to
7 language bindings, protocol dissectors, or documentation generators.
10 automatically-generated protocol layer also makes it far easier to write
13 the XML-XCB protocol descriptions, client-side support for a new
/xsrc/external/mit/xorgproto/dist/
H A DREADME.md5 the core protocol and (many) extensions for the X Window System. The
7 also includes a number of headers that aren't purely protocol related,
11 Though the protocol specifications herein are authoritative, the
14 protocol description suitable for code generation or use in new
/xsrc/external/mit/libxcb/dist/
H A DREADME.md4 libxcb provides an interface to the X Window System protocol, which
9 - direct protocol access: interface and protocol correspond exactly
/xsrc/external/mit/libICE/dist/src/
H A Dmisc.c67 * Fatal IO error. First notify each protocol's IceIOErrorProc
100 process->protocol->accept_client->io_error_proc :
101 process->protocol->orig_client->io_error_proc;
425 iceConn->his_min_opcode].protocol = NULL;
456 iceConn->his_min_opcode].protocol = NULL;
469 iceConn->his_min_opcode].protocol = &_IceProtocols[myOpcode - 1];
/xsrc/external/mit/libXdamage/dist/
H A Dconfigure.ac30 # protocol, so Xdamage version l.n.m corresponds to protocol version l.n
51 # find the required protocol version
/xsrc/external/mit/libXfixes/dist/
H A Dconfigure.ac31 # protocol, so Xfixes version l.n.m corresponds to protocol version l.n,
55 # find the required protocol version
/xsrc/external/mit/libXrandr/dist/
H A Dconfigure.ac30 # protocol, so Xrandr version l.n.m corresponds to protocol version l.n
53 # find the required protocol version

Completed in 13 milliseconds

12345