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

/dovecot/src/plugins/fts-squat/
H A Dfts-backend-squat.c31 enum squat_index_type squat_type; member in struct:squat_fts_backend_update_context
304 ctx->squat_type = SQUAT_INDEX_TYPE_HEADER;
307 ctx->squat_type = SQUAT_INDEX_TYPE_BODY;
322 if (ctx->squat_type == SQUAT_INDEX_TYPE_HEADER)
333 if (ctx->squat_type == SQUAT_INDEX_TYPE_HEADER) {
337 return squat_trie_build_more(ctx->build_ctx, ctx->uid, ctx->squat_type,
361 enum squat_index_type squat_type; local
369 squat_type = SQUAT_INDEX_TYPE_HEADER |
373 squat_type = SQUAT_INDEX_TYPE_BODY;
378 squat_type
[all...]

Completed in 341 milliseconds