Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dlemon.c232 int SetUnion(char *,char *); /* A <- A U B, thru element N */
889 progress += SetUnion(s1->firstset,s2->firstset); in FindFirstSets()
1135 change = SetUnion(plp->cfp->fws,cfp->fws); in FindFollowSets()
1434 SetUnion(newcfp->fws,xsp->firstset); in Configlist_closure()
5207 int SetUnion(char *s1, char *s2) in SetUnion() function