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

/dovecot/src/lib-smtp/
H A Dsmtp-reply-parser.c84 pool_t reply_pool; member in struct:smtp_reply_parser
126 pool_unref(&parser->reply_pool);
146 pool_unref(&parser->reply_pool);
149 parser->reply_pool = pool_alloconly_create("smtp_reply", 256);
150 parser->state.reply = p_new(parser->reply_pool, struct smtp_reply, 1);
151 p_array_init(&parser->state.reply_lines, parser->reply_pool, 8);
356 text = p_strdup(parser->reply_pool, text);

Completed in 17 milliseconds