Home
last modified time | relevance | path

Searched refs:AuthenticationName (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dxdmcp.c138 ARRAY8Ptr AuthenticationName,
142 int host_len, ARRAY8Ptr AuthenticationName);
378 ARRAY8 AuthenticationName, AuthenticationData; in XdmcpRegisterAuthentication() local
381 if (!XdmcpAllocARRAY8(&AuthenticationName, namelen)) in XdmcpRegisterAuthentication()
384 XdmcpDisposeARRAY8(&AuthenticationName); in XdmcpRegisterAuthentication()
388 AuthenticationName.data[i] = name[i]; in XdmcpRegisterAuthentication()
398 XdmcpDisposeARRAY8(&AuthenticationName); in XdmcpRegisterAuthentication()
410 AuthenticationName; in XdmcpRegisterAuthentication()
423 static ARRAY8Ptr AuthenticationName = &noAuthenticationName; variable
434 AuthenticationName = &AuthenticationNames.data[i]; in XdmcpSetAuthentication()
[all …]