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

/dovecot/src/plugins/fts-squat/
H A Dsquat-trie.c974 struct squat_node *children_src, *children_dest; local
978 children_src = NODE_CHILDREN_NODES(node);
982 if (children_src[i].next_uid != 0)
988 location than children_src, although they both point to the
992 if (children_src[i].next_uid != 0)
993 children_dest[j++] = children_src[i];
995 node_free(trie, &children_src[i]);

Completed in 16 milliseconds