Searched defs:SMTP_REPLY_PARSE_STATE_INIT (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-smtp/
H A Dsmtp-reply-parser.c52 SMTP_REPLY_PARSE_STATE_INIT = 0, enumerator in enum:smtp_reply_parser_state
379 case SMTP_REPLY_PARSE_STATE_INIT:
489 SMTP_REPLY_PARSE_STATE_INIT;
545 if (parser->state.state == SMTP_REPLY_PARSE_STATE_INIT)
564 i_assert(parser->state.state == SMTP_REPLY_PARSE_STATE_INIT ||
585 parser->state.state = SMTP_REPLY_PARSE_STATE_INIT;
597 i_assert(parser->state.state == SMTP_REPLY_PARSE_STATE_INIT ||
626 parser->state.state = SMTP_REPLY_PARSE_STATE_INIT;

Completed in 13 milliseconds