Searched refs:ConnectionTypes (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxdmcp.c441 static ARRAY16 ConnectionTypes; variable in typeref:typename:ARRAY16
456 XdmcpDisposeARRAY16 (&ConnectionTypes);
498 if (!XdmcpReallocARRAY16 (&ConnectionTypes, ConnectionTypes.length + 1))
509 ConnectionTypes.data[ConnectionTypes.length - 1] = (CARD16) type;
1193 length += 1 + 2 * ConnectionTypes.length; /* connection types */
1219 XdmcpWriteCARD8 (&buffer, ConnectionTypes.length);
1224 for (i = 0; i < (int)ConnectionTypes.length; i++)
1225 if (ConnectionTypes
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Dxdmcp.c444 static ARRAY16 ConnectionTypes; variable in typeref:typename:ARRAY16
455 XdmcpDisposeARRAY16(&ConnectionTypes);
502 if (!XdmcpReallocARRAY16(&ConnectionTypes, ConnectionTypes.length + 1)) {
511 ConnectionTypes.data[ConnectionTypes.length - 1] = (CARD16) type;
1101 length += 1 + 2 * ConnectionTypes.length; /* connection types */
1124 XdmcpWriteCARD8(&buffer, ConnectionTypes.length);
1129 for (i = 0; i < (int) ConnectionTypes.length; i++)
1130 if (ConnectionTypes
[all...]

Completed in 4 milliseconds