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

/dovecot/src/plugins/fts-squat/
H A Dsquat-trie.c577 struct squat_node *node, const uoff_t *node_offsets)
596 if (node_offsets[i] == 0)
598 else if (node_offsets[i] >= base_offset) {
600 ((node_offsets[i] - base_offset) << 1) | 1);
601 base_offset = node_offsets[i];
604 (base_offset - node_offsets[i]) << 1);
605 base_offset = node_offsets[i];
620 i_assert(node_offsets[i] == 0);
1006 uoff_t *node_offsets; local
1033 node_offsets
576 node_write_children(struct squat_trie_build_context *ctx, struct squat_node *node, const uoff_t *node_offsets) argument
[all...]

Completed in 15 milliseconds