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

/dovecot/src/lmtp/
H A Dcommands.c103 struct istream *input_msg, *input_local, *input_proxy; local
116 input_local = input_proxy = NULL;
135 input_proxy = i_stream_create_concat(inputs);
136 i_stream_set_name(input_proxy, "<lmtp DATA proxy>");
149 lmtp_proxy_data(client, cmd, trans, input_proxy);
150 i_stream_unref(&input_proxy);

Completed in 12 milliseconds