HomeSort by relevance Sort by last modified time
    Searched refs:WAIT_START (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/download/
save_item.cc 24 state_(WAIT_START),
37 DCHECK(state_ == WAIT_START);
64 // If item is in WAIT_START mode, which means no request has been sent.
99 case WAIT_START:
save_item.h 21 WAIT_START,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_wsc.c 26 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
41 case WAIT_START:
42 return "WAIT_START";
102 data->state = registrar ? MESG : WAIT_START;
361 if (data->state == WAIT_START) {
364 "in WAIT_START state", op_code);
eap_ikev2.c 25 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
39 case WAIT_START:
40 return "WAIT_START";
79 data->state = WAIT_START;
eap_tnc.c 24 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
49 data->state = WAIT_START;
293 if (data->state == WAIT_START) {
  /external/wpa_supplicant_8/src/eap_peer/
eap_ikev2.c 19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
33 case WAIT_START:
34 return "WAIT_START";
73 data->state = WAIT_START;
eap_tnc.c 17 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
42 data->state = WAIT_START;
287 if (data->state == WAIT_START) {
eap_wsc.c 20 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
35 case WAIT_START:
36 return "WAIT_START";
166 data->state = registrar ? MESG : WAIT_START;
464 if (data->state == WAIT_START) {
467 "in WAIT_START state", op_code);

Completed in 239 milliseconds