Searched refs:create_istream (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib-compression/
H A Dcompression.h8 struct istream *(*create_istream)(struct istream *input, member in struct:compression_handler
H A Dtest-compression.c73 input = handler->create_istream(file_input, FALSE);
95 if (compression_handlers[i].create_istream != NULL)
133 input = gz->create_istream(test_input, TRUE);
175 if (gz == NULL || gz->create_istream == NULL)
186 input = gz->create_istream(file_input, FALSE);
196 input = gz->create_istream(file_input, FALSE);
217 if (handler->create_istream == NULL)
221 input = handler->create_istream(file_input, TRUE);
277 input = handler->create_istream(file_input, FALSE);
/dovecot/src/plugins/imap-zlib/
H A Dimap-zlib-plugin.c93 if (handler == NULL || handler->create_istream == NULL) {
109 client->input = handler->create_istream(old_input, FALSE);
/dovecot/src/plugins/zlib/
H A Dzlib-plugin.c145 if (handler->create_istream == NULL) {
153 *stream = handler->create_istream(input, TRUE);
264 if (handler == NULL || handler->create_istream == NULL)
284 box->input = handler->create_istream(input, TRUE);
/dovecot/src/plugins/fs-compress/
H A Dfs-compress.c171 return file->fs->handler->create_istream(plain_input, FALSE);
175 try_inputs[0] = file->fs->handler->create_istream(child_input, FALSE);

Completed in 13 milliseconds