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

/dovecot/src/lib-smtp/
H A Dsmtp-syntax.c238 int smtp_ehlo_line_parse(const char *ehlo_line, const char **key_r, argument
244 if (ehlo_line == NULL || *ehlo_line == '\0') {
250 smtp_parser_init(&parser, pool_datastack_create(), ehlo_line);

Completed in 9 milliseconds