Lines Matching defs:authenticationName
137 ARRAY8Ptr AuthenticationName,
141 int host_len, ARRAY8Ptr AuthenticationName);
377 ARRAY8 AuthenticationName, AuthenticationData;
380 if (!XdmcpAllocARRAY8(&AuthenticationName, namelen))
383 XdmcpDisposeARRAY8(&AuthenticationName);
387 AuthenticationName.data[i] = name[i];
397 XdmcpDisposeARRAY8(&AuthenticationName);
409 AuthenticationName;
422 static ARRAY8Ptr AuthenticationName = &noAuthenticationName;
433 AuthenticationName = &AuthenticationNames.data[i];
885 return (XdmcpARRAY8Equal(Name, AuthenticationName) &&
886 (AuthenticationName->length == 0 ||
1039 ARRAY8 authenticationName;
1043 authenticationName.data = 0;
1046 if (XdmcpReadARRAY8(&buffer, &authenticationName) &&
1049 if (length == 6 + authenticationName.length +
1053 XdmcpSelectHost(from, fromlen, &authenticationName);
1060 XdmcpAddHost(from, fromlen, &authenticationName, &hostname,
1068 XdmcpDisposeARRAY8(&authenticationName);
1111 length += 2 + AuthenticationName->length; /* authentication name */
1146 XdmcpWriteARRAY8(&buffer, AuthenticationName);