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

/dovecot/src/plugins/fts-squat/
H A Dsquat-trie.c26 #define SEQUENTIAL_COUNT 46 macro
90 i_assert(j <= SEQUENTIAL_COUNT);
338 NODE_CHILDREN_ALLOC_SIZE(SEQUENTIAL_COUNT);
350 node->child_count = SEQUENTIAL_COUNT;
354 for (i = 0; i < SEQUENTIAL_COUNT; i++)
359 for (i = 0; i < SEQUENTIAL_COUNT; i++)
378 if (chr < SEQUENTIAL_COUNT)
380 old_child_count = SEQUENTIAL_COUNT;
474 if (node->have_sequential && child_chars[i] < SEQUENTIAL_COUNT)
769 i_assert(node->child_count >= SEQUENTIAL_COUNT);
[all...]

Completed in 1523 milliseconds