Searched refs:currentMethod (Results 1 – 3 of 3) sorted by relevance
312 MethodReference currentMethod = previousMethod;318 … if (skipDuplicates && currentMethod != null && currentMethod.equals(nextMethod)) {368 MethodReference currentMethod = previousMethod;374 … if (skipDuplicates && currentMethod != null && currentMethod.equals(nextMethod)) {
263 sm->currentMethod = EAP_TYPE_NONE; in SM_STATE()283 sm->currentMethod = sm->respMethod; in SM_STATE()289 sm->currentMethod); in SM_STATE()295 sm->currentMethod); in SM_STATE()297 sm->currentMethod = EAP_TYPE_NONE; in SM_STATE()301 sm->currentMethod = EAP_TYPE_NONE; in SM_STATE()306 "method=%u", sm->currentMethod); in SM_STATE()550 sm->currentMethod = type; in SM_STATE()552 sm->currentMethod = EAP_TYPE_EXPANDED; in SM_STATE()562 "method %d", sm->currentMethod); in SM_STATE()[all …]
131 EapType currentMethod; member