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

/dovecot/src/imap/
H A Dcmd-getmetadata.c25 struct istream *cur_stream; member in struct:imap_getmetadata_context
205 ctx->cur_stream = i_stream_create_sized(value.value_stream, value_len);
216 res = o_stream_send_istream(ctx->cmd->client->output, ctx->cur_stream);
228 i_stream_get_name(ctx->cur_stream),
229 i_stream_get_error(ctx->cur_stream));
276 if (ctx->cur_stream != NULL) {
279 i_stream_unref(&ctx->cur_stream);
344 if (ctx->cur_stream != NULL) {
347 i_stream_unref(&ctx->cur_stream);

Completed in 12 milliseconds