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

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxdmcp.c1259 ARRAY8 AcceptAuthenticationName, AcceptAuthenticationData; local in function:recv_accept_msg
1264 AcceptAuthenticationName.data = 0;
1269 XdmcpReadARRAY8 (&buffer, &AcceptAuthenticationName) &&
1274 if (length == 12 + AcceptAuthenticationName.length +
1279 if (!XdmcpCheckAuthentication (&AcceptAuthenticationName,
1282 XdmcpFatal ("Authentication Failure", &AcceptAuthenticationName);
1299 XdmcpDisposeARRAY8 (&AcceptAuthenticationName);
/xsrc/external/mit/xorg-server/dist/os/
H A Dxdmcp.c1164 ARRAY8 AcceptAuthenticationName, AcceptAuthenticationData; local in function:recv_accept_msg
1169 AcceptAuthenticationName.data = 0;
1174 XdmcpReadARRAY8(&buffer, &AcceptAuthenticationName) &&
1178 if (length == 12 + AcceptAuthenticationName.length +
1181 if (!XdmcpCheckAuthentication(&AcceptAuthenticationName,
1183 XdmcpFatal("Authentication Failure", &AcceptAuthenticationName);
1199 XdmcpDisposeARRAY8(&AcceptAuthenticationName);

Completed in 8 milliseconds