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

/dovecot/src/plugins/fts/
H A Dfts-api-private.h20 struct fts_backend_update_context *
22 int (*update_deinit)(struct fts_backend_update_context *ctx);
24 void (*update_set_mailbox)(struct fts_backend_update_context *ctx,
26 void (*update_expunge)(struct fts_backend_update_context *ctx,
30 bool (*update_set_build_key)(struct fts_backend_update_context *ctx,
33 void (*update_unset_build_key)(struct fts_backend_update_context *ctx);
35 int (*update_build_more)(struct fts_backend_update_context *ctx,
82 struct fts_backend_update_context { struct

Completed in 10 milliseconds