Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c104 int SetUnion(/* char *A,char *B */); /* A <- A U B, thru element N */
647 progress += SetUnion(s1->firstset,s2->firstset);
870 change = SetUnion(plp->cfp->fws,cfp->fws);
1170 SetUnion(newcfp->fws,xsp->firstset);
3686 int SetUnion(s1,s2) in SetUnion() function