Home
last modified time | relevance | path

Searched refs:next_state (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/apps/smtp/
H A Dsmtp.c1270 enum smtp_session_state next_state; in smtp_process() local
1282 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 …]
/reactos/sdk/lib/3rdparty/libxml2/
H A Dpattern.c1974 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()