Searched refs:authIndex (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libICE/dist/include/X11/ICE/
H A DICEproto.h80 CARD8 authIndex; member in struct:__anon6358d8670508
/xsrc/external/mit/libICE/dist/src/
H A Dprocess.c437 int authIndex,
447 pMsg->authIndex = authIndex;
1183 if ((int) message->authIndex >= _IceAuthCount)
1189 = "Received bad authIndex in the AuthRequired message";
1190 char errIndex = (int) message->authIndex;
1205 authProc = _IcePoAuthProcs[message->authIndex];
1212 if ((int) message->authIndex >=
1219 = "Received bad authIndex in the AuthRequired message";
1220 char errIndex = (int) message->authIndex;
435 AuthRequired(IceConn iceConn,int authIndex,int authDataLen,IcePointer authData) argument
[all...]

Completed in 4 milliseconds