Home
last modified time | relevance | path

Searched refs:SetUnion (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dlemon.c231 int SetUnion(char *,char *); /* A <- A U B, thru element N */
888 progress += SetUnion(s1->firstset,s2->firstset); in FindFirstSets()
1134 change = SetUnion(plp->cfp->fws,cfp->fws); in FindFollowSets()
1433 SetUnion(newcfp->fws,xsp->firstset); in Configlist_closure()
5207 int SetUnion(char *s1, char *s2) in SetUnion() function