Searched defs:input_local (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;
124 input_local = i_stream_create_concat(inputs);
125 i_stream_set_name(input_local, "<lmtp DATA local>");
144 lmtp_local_data(client, cmd, trans, input_local);
145 i_stream_unref(&input_local);

Completed in 164 milliseconds