Searched refs:AuthenticationName (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | xdmcp.c | 137 ARRAY8Ptr AuthenticationName, 144 ARRAY8Ptr AuthenticationName); 376 ARRAY8 AuthenticationName, AuthenticationData; local in function:XdmcpRegisterAuthentication 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; variable in typeref:typename:ARRAY8Ptr 430 AuthenticationName 730 XdmcpSelectHost(const struct sockaddr * host_sockaddr,int host_len,ARRAY8Ptr AuthenticationName) argument 750 XdmcpAddHost(const struct sockaddr * from,int fromlen,ARRAY8Ptr AuthenticationName,ARRAY8Ptr hostname,ARRAY8Ptr status) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | xdmcp.c | 137 ARRAY8Ptr AuthenticationName, 141 int host_len, ARRAY8Ptr AuthenticationName); 377 ARRAY8 AuthenticationName, AuthenticationData; local in function:XdmcpRegisterAuthentication 380 if (!XdmcpAllocARRAY8(&AuthenticationName, namelen)) 383 XdmcpDisposeARRAY8(&AuthenticationName); 387 AuthenticationName.data[i] = name[i]; 397 XdmcpDisposeARRAY8(&AuthenticationName); 409 AuthenticationName; 422 static ARRAY8Ptr AuthenticationName = &noAuthenticationName; variable in typeref:typename:ARRAY8Ptr 433 AuthenticationName [all...] |
Completed in 4 milliseconds