Searched refs:currentMethod (Results 1 – 5 of 5) 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)) {
260 sm->currentMethod = EAP_TYPE_NONE; in SM_STATE()281 sm->currentMethod = sm->respMethod; in SM_STATE()287 sm->currentMethod); in SM_STATE()293 sm->currentMethod); in SM_STATE()295 sm->currentMethod = EAP_TYPE_NONE; in SM_STATE()299 sm->currentMethod = EAP_TYPE_NONE; in SM_STATE()304 "method=%u", sm->currentMethod); in SM_STATE()559 sm->currentMethod = type; in SM_STATE()561 sm->currentMethod = EAP_TYPE_EXPANDED; in SM_STATE()571 "method %d", sm->currentMethod); in SM_STATE()[all …]
130 enum eap_type currentMethod; member
384 switch (sm->currentMethod) { in eap_server_tls_phase1()
120 MethodImpl currentMethod = (MethodImpl)location.method(); in thisObject() local121 if (currentMethod.isStatic() || currentMethod.isNative()) { in thisObject()