Lines Matching defs:in
52 struct istream *in;
90 i_stream_unref(&client->in);
137 is = client->in;
138 client->in = i_stream_create_dot(is, FALSE);
141 switch(o_stream_send_istream(client->os_body, client->in)) {
202 !client->in->eof)
205 while((line = i_stream_read_next_line(client->in)) != NULL) {
212 if ((line == NULL && !client->in->eof) ||
224 if (client->in->eof)
244 client->in = i_stream_create_fd(fd, -1);
246 client->io = io_add_istream(client->in, test_program_input, client);