Searched refs:XdmcpReadARRAY8 (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/libXdmcp/dist/ |
| H A D | Read.c | 53 XdmcpReadARRAY8 (XdmcpBufferPtr buffer, ARRAY8Ptr array) function in typeref:typename:int 189 if (!XdmcpReadARRAY8 (buffer, &array->data[i]))
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | xdmcp.c | 1141 if (XdmcpReadARRAY8 (&buffer, &authenticationName) && 1142 XdmcpReadARRAY8 (&buffer, &hostname) && 1143 XdmcpReadARRAY8 (&buffer, &status)) 1269 XdmcpReadARRAY8 (&buffer, &AcceptAuthenticationName) && 1270 XdmcpReadARRAY8 (&buffer, &AcceptAuthenticationData) && 1271 XdmcpReadARRAY8 (&buffer, &AcceptAuthorizationName) && 1272 XdmcpReadARRAY8 (&buffer, &AcceptAuthorizationData)) 1313 if (XdmcpReadARRAY8 (&buffer, &status) && 1314 XdmcpReadARRAY8 (&buffer, &DeclineAuthenticationName) && 1315 XdmcpReadARRAY8 ( [all...] |
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | xdmcp.c | 1046 if (XdmcpReadARRAY8(&buffer, &authenticationName) && 1047 XdmcpReadARRAY8(&buffer, &hostname) && 1048 XdmcpReadARRAY8(&buffer, &status)) { 1174 XdmcpReadARRAY8(&buffer, &AcceptAuthenticationName) && 1175 XdmcpReadARRAY8(&buffer, &AcceptAuthenticationData) && 1176 XdmcpReadARRAY8(&buffer, &AcceptAuthorizationName) && 1177 XdmcpReadARRAY8(&buffer, &AcceptAuthorizationData)) { 1213 if (XdmcpReadARRAY8(&buffer, &status) && 1214 XdmcpReadARRAY8(&buffer, &DeclineAuthenticationName) && 1215 XdmcpReadARRAY8( [all...] |
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | choose.c | 420 if (XdmcpReadARRAY8 (&buffer, &clientAddress)) { 422 if (XdmcpReadARRAY8 (&buffer, &choice)) {
|
| H A D | xdmcp.c | 721 if (XdmcpReadARRAY8 (&buffer, &clientAddress) && 722 XdmcpReadARRAY8 (&buffer, &clientPort) && 943 XdmcpReadARRAY8 (&buffer, &authenticationName) && 944 XdmcpReadARRAY8 (&buffer, &authenticationData) && 946 XdmcpReadARRAY8 (&buffer, &manufacturerDisplayID)) 1138 XdmcpReadARRAY8 (&buffer, &displayClass))
|
| /xsrc/external/mit/xdm/dist/chooser/ |
| H A D | chooser.c | 402 if (XdmcpReadARRAY8 (&buffer, &authenticationName) && 403 XdmcpReadARRAY8 (&buffer, &hostname) && 404 XdmcpReadARRAY8 (&buffer, &status)) 417 if (XdmcpReadARRAY8 (&buffer, &hostname) && 418 XdmcpReadARRAY8 (&buffer, &status))
|
| /xsrc/external/mit/libXdmcp/dist/include/X11/ |
| H A D | Xdmcp.h | 156 extern int XdmcpReadARRAY8(XdmcpBufferPtr buffer, ARRAY8Ptr array);
|
Completed in 11 milliseconds