Searched refs:next_state (Results 1 – 2 of 2) sorted by relevance
1270 enum smtp_session_state next_state; in smtp_process() local1282 next_state = s->state; in smtp_process()1344 next_state = smtp_prepare_mail(s, &tx_buf_len); in smtp_process()1371 next_state = smtp_prepare_rcpt(s, &tx_buf_len); in smtp_process()1380 next_state = SMTP_DATA; in smtp_process()1387 next_state = smtp_prepare_header(s, &tx_buf_len); in smtp_process()1397 next_state = smtp_prepare_quit(s, &tx_buf_len); in smtp_process()1408 if (s->state == next_state) { in smtp_process()1427 s->state = next_state; in smtp_process()1428 if (next_state == SMTP_BODY) { in smtp_process()[all …]
1974 goto next_state; in xmlStreamPushInternal()1980 goto next_state; in xmlStreamPushInternal()1985 goto next_state; in xmlStreamPushInternal()1998 goto next_state; in xmlStreamPushInternal()2000 goto next_state; in xmlStreamPushInternal()2075 next_state: in xmlStreamPushInternal()