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

/dovecot/src/plugins/fts/
H A Dfts-build-mail.c35 buffer_t *word_buf, *pending_input; member in struct:fts_mail_build_context
306 buffer_append(ctx->pending_input, data, size);
347 if (ctx->pending_input->used > 0) {
349 ctx->pending_input->data,
350 ctx->pending_input->used) < 0)
352 buffer_set_used_size(ctx->pending_input, 0);
504 ctx.pending_input = buffer_create_dynamic(default_pool, 128);
604 buffer_free(&ctx.pending_input);

Completed in 8 milliseconds