Searched refs:ConnectionTypes (Results 1 – 1 of 1) sorted by relevance
445 static ARRAY16 ConnectionTypes; variable456 XdmcpDisposeARRAY16(&ConnectionTypes); in XdmcpRegisterConnection()503 if (!XdmcpReallocARRAY16(&ConnectionTypes, ConnectionTypes.length + 1)) { in XdmcpRegisterConnection()512 ConnectionTypes.data[ConnectionTypes.length - 1] = (CARD16) type; in XdmcpRegisterConnection()1091 length += 1 + 2 * ConnectionTypes.length; /* connection types */ in send_request_msg()1114 XdmcpWriteCARD8(&buffer, ConnectionTypes.length); in send_request_msg()1119 for (i = 0; i < (int) ConnectionTypes.length; i++) in send_request_msg()1120 if (ConnectionTypes.data[i] == XdmcpConnectionType) in send_request_msg()1121 XdmcpWriteCARD16(&buffer, ConnectionTypes.data[i]); in send_request_msg()1122 for (i = 0; i < (int) ConnectionTypes.length; i++) in send_request_msg()[all …]