search for: i_stream_close

Displaying 4 results from an estimated 4 matches for "i_stream_close".

2007 Jan 30
1
1.0rc19 with plugins on AIX 5.2
...dovecot/imap/lib20_zlib_plugin.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol i_stream_seek was referenced from module /usr/local/lib/dovecot/imap/lib20_zlib_plugin.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol i_stream_close was referenced from module /usr/local/lib/dovecot/imap/lib20_zlib_plugin.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol i_panic was referenced from module /usr/local/lib/dovecot/imap/lib20_zlib_plugin.so(), but a runtime definition of the s...
2005 Aug 24
0
verbose imap logging
...ed_count, + client->expunged_count); +} + +void client_destroy(struct client *client, const char *reason) { int ret; + if (reason != NULL) + i_info("%s %s", reason, client_stats(client)); + if (client->command_pending) { /* try to deinitialize the command */ i_stream_close(client->input); @@ -88,8 +100,11 @@ io_loop_stop(ioloop); } -void client_disconnect(struct client *client) +void client_disconnect(struct client *client, const char *reason) { + if (reason != NULL) + i_info("%s %s", reason, client_stats(client)); + (void)o_stream_flush(cli...
2009 Oct 15
2
FS Quota broken for delivering BIG message
...sstream->fd, data, size) < 0) { i_assert(errno != 0); stream->istream.stream_errno = errno; i_error("write_full(%s) failed: %m", sstream->temp_path); i_stream_close(&stream->istream); return -1; } ... } --- =kostik
2018 Mar 04
1
2.2.34 fails to build on OpenBSD
.../libssl_iostream_openssl.so: undefined reference to `i_stream_create' .libs/libssl_iostream_openssl.so: undefined reference to `iostream_ssl_module_init' .libs/libssl_iostream_openssl.so: undefined reference to `i_stream_get_fd' .libs/libssl_iostream_openssl.so: undefined reference to `i_stream_close' .libs/libssl_iostream_openssl.so: undefined reference to `o_stream_create' .libs/libssl_iostream_openssl.so: undefined reference to `i_stream_skip' .libs/libssl_iostream_openssl.so: undefined reference to `io_stream_set_error' .libs/libssl_iostream_openssl.so: undefined reference...