Searched refs:METHOD_INIT (Results 1 - 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_i.h | 26 METHOD_NONE, METHOD_INIT, METHOD_CONT, METHOD_MAY_CONT, METHOD_DONE enumerator 88 * instead of using METHOD_INIT state as specific in RFC 4137. The
|
H A D | eap.c | 420 sm->methodState = METHOD_INIT; in SM_STATE() 2288 case METHOD_INIT: in eap_sm_method_state_txt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_i.h | 26 METHOD_NONE, METHOD_INIT, METHOD_CONT, METHOD_MAY_CONT, METHOD_DONE enumerator 88 * instead of using METHOD_INIT state as specific in RFC 4137. The
|
H A D | eap.c | 428 sm->methodState = METHOD_INIT; in SM_STATE() 2347 case METHOD_INIT: in eap_sm_method_state_txt()
|
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 658 new_or_init = f.kind in (METHOD_NEW, METHOD_INIT) 1330 new_or_init = f.kind in (METHOD_NEW, METHOD_INIT) 2291 INVALID, CALLABLE, STATIC_METHOD, CLASS_METHOD, METHOD_INIT, METHOD_NEW = """ 2292 INVALID, CALLABLE, STATIC_METHOD, CLASS_METHOD, METHOD_INIT, METHOD_NEW 2347 if self.kind in (METHOD_INIT, METHOD_NEW): 3682 if f.kind in (CALLABLE, METHOD_INIT): 3694 if f.kind in (METHOD_INIT, METHOD_NEW, STATIC_METHOD, CLASS_METHOD): 3717 new_or_init = kind in (METHOD_NEW, METHOD_INIT) 3725 # tp_init (METHOD_INIT) functions are of type initproc: 3743 # * If the function is neither tp_new (METHOD_NEW) nor tp_init (METHOD_INIT) [all...] |
Completed in 13 milliseconds