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

/dovecot/src/lib-smtp/
H A Dsmtp-server-reply.c180 string_t *textbuf = reply->content->text; local
190 reply->content->last_line = str_len(textbuf);
193 str_append(textbuf, reply->content->status_prefix);
195 str_append(textbuf, text);
199 str_append_n(textbuf, text, p - text - 1);
201 str_append_n(textbuf, text, p - text);
204 str_append(textbuf, "\r\n");
369 string_t *textbuf, *str; local
374 textbuf = reply->content->text;
375 i_assert(str_len(textbuf) >
408 string_t *textbuf; local
460 string_t *textbuf; local
474 string_t *textbuf; local
490 string_t *textbuf; local
[all...]

Completed in 18 milliseconds