Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:_methods

1030 	struct eap_method_type *methods = NULL, *_methods;
1063 _methods = os_realloc_array(methods, num_methods,
1065 if (_methods == NULL) {
1070 methods = _methods;