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

/dovecot/src/lib-program-client/
H A Dtest-program-client-net.c54 struct ostream *os_body; member in struct:test_client
91 o_stream_unref(&client->os_body);
134 client->os_body =
141 switch(o_stream_send_istream(client->os_body, client->in)) {
148 client->body = iostream_temp_finish(&client->os_body,
H A Dtest-program-client-unix.c51 struct ostream *os_body; member in struct:test_client
74 o_stream_unref(&client->os_body);
112 client->os_body = iostream_temp_create_named(".dovecot.test.", 0, "test_program_input body");
113 switch(o_stream_send_istream(client->os_body, client->in)) {
116 o_stream_get_error(client->os_body));
125 client->body = iostream_temp_finish(&client->os_body, -1);

Completed in 11 milliseconds