Lines Matching refs:authIndex
437 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;
1239 my_auth_indices[message->authIndex];
1274 iceConn->connect_to_you->my_auth_index = message->authIndex;