Home
last modified time | relevance | path

Searched refs:CONTINUE (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_md5.c21 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator
32 data->state = CONTINUE; in eap_md5_init()
70 data->state = CONTINUE; in eap_md5_buildReq()
142 return data->state != CONTINUE; in eap_md5_isDone()
Deap_server_gtc.c16 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator
28 data->state = CONTINUE; in eap_gtc_init()
71 data->state = CONTINUE; in eap_gtc_buildReq()
190 return data->state != CONTINUE; in eap_gtc_isDone()
Deap_server_identity.c16 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator
28 data->state = CONTINUE; in eap_identity_init()
146 return data->state != CONTINUE; in eap_identity_isDone()
Deap_server_tnc.c18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator
46 case CONTINUE: in eap_tnc_state_txt()
120 eap_tnc_set_state(data, CONTINUE); in eap_tnc_build_start()
288 case CONTINUE: in eap_tnc_buildReq()
503 eap_tnc_set_state(data, CONTINUE); in eap_tnc_process()
521 eap_tnc_set_state(data, CONTINUE); in eap_tnc_process()
Deap_server_tls.c22 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator
34 case CONTINUE: in eap_tls_state_txt()
165 eap_tls_state(data, CONTINUE); in eap_tls_build_start()
189 case CONTINUE: in eap_tls_buildReq()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_md5.c21 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator
32 data->state = CONTINUE; in eap_md5_init()
70 data->state = CONTINUE; in eap_md5_buildReq()
142 return data->state != CONTINUE; in eap_md5_isDone()
Deap_server_gtc.c16 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator
28 data->state = CONTINUE; in eap_gtc_init()
71 data->state = CONTINUE; in eap_gtc_buildReq()
190 return data->state != CONTINUE; in eap_gtc_isDone()
Deap_server_identity.c16 enum { CONTINUE, SUCCESS, FAILURE } state; enumerator
28 data->state = CONTINUE; in eap_identity_init()
146 return data->state != CONTINUE; in eap_identity_isDone()
Deap_server_tnc.c18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator
46 case CONTINUE: in eap_tnc_state_txt()
120 eap_tnc_set_state(data, CONTINUE); in eap_tnc_build_start()
288 case CONTINUE: in eap_tnc_buildReq()
503 eap_tnc_set_state(data, CONTINUE); in eap_tnc_process()
521 eap_tnc_set_state(data, CONTINUE); in eap_tnc_process()
Deap_server_tls.c22 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator
34 case CONTINUE: in eap_tls_state_txt()
165 eap_tls_state(data, CONTINUE); in eap_tls_build_start()
189 case CONTINUE: in eap_tls_buildReq()
/third_party/e2fsprogs/ext2ed/
Ddir_com.c173 return (CONTINUE); /* Just continue searching */ in action_count()
328 return (CONTINUE); in action_name()
333 return (CONTINUE); in action_name()
386 return (CONTINUE); in action_entry_num()
474 return (CONTINUE); /* And pass to the next */ in action_show()
/third_party/musl/include/arpa/
Dftp.h5 #define CONTINUE 3 macro
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dftp.h5 #define CONTINUE 3 macro
/third_party/flutter/skia/src/sksl/
DSkSLLexer.h50 #undef CONTINUE
51 CONTINUE, enumerator
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_upper.proto17 CONTINUE = 11; enumerator
Dtest_reserved_message_upper.proto16 message CONTINUE {} message
/third_party/python/Lib/http/
D__init__.py33 CONTINUE = 100, 'Continue', 'Request received, please continue' variable in HTTPStatus
/third_party/boost/tools/build/
Dbootstrap_vms.com14 $ ON WARNING THEN CONTINUE
/third_party/flutter/skia/src/sksl/lex/
Dsksl.lex16 CONTINUE = "continue"
/third_party/skia/src/sksl/lex/
Dsksl.lex27 CONTINUE = "continue"
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dmaterial_en_ZA.arb26 "continueButtonLabel": "CONTINUE",
Dmaterial_en_IE.arb26 "continueButtonLabel": "CONTINUE",
Dmaterial_en_GB.arb26 "continueButtonLabel": "CONTINUE",
Dmaterial_en_SG.arb28 "continueButtonLabel": "CONTINUE",
Dmaterial_en_IN.arb28 "continueButtonLabel": "CONTINUE",

1234