Lines Matching defs:authenticationName
137 ARRAY8Ptr AuthenticationName,
144 ARRAY8Ptr AuthenticationName);
376 ARRAY8 AuthenticationName, AuthenticationData;
379 if (!XdmcpAllocARRAY8 (&AuthenticationName, namelen))
383 XdmcpDisposeARRAY8 (&AuthenticationName);
387 AuthenticationName.data[i] = name[i];
396 XdmcpDisposeARRAY8 (&AuthenticationName);
407 AuthenticationNames.data[AuthenticationNames.length-1] = AuthenticationName;
418 static ARRAY8Ptr AuthenticationName = &noAuthenticationName;
430 AuthenticationName = &AuthenticationNames.data[i];
733 ARRAY8Ptr AuthenticationName)
738 XdmcpSetAuthentication (AuthenticationName);
753 ARRAY8Ptr AuthenticationName,
757 XdmcpSelectHost(from, fromlen, AuthenticationName);
952 return (XdmcpARRAY8Equal (Name, AuthenticationName) &&
953 (AuthenticationName->length == 0 ||
1134 ARRAY8 authenticationName;
1138 authenticationName.data = 0;
1141 if (XdmcpReadARRAY8 (&buffer, &authenticationName) &&
1145 if (length == 6 + authenticationName.length +
1151 XdmcpSelectHost(from, fromlen, &authenticationName);
1158 XdmcpAddHost(from, fromlen, &authenticationName, &hostname, &status);
1165 XdmcpDisposeARRAY8 (&authenticationName);
1205 length += 2 + AuthenticationName->length; /* authentication name */
1241 XdmcpWriteARRAY8 (&buffer, AuthenticationName);