Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c134 int SetUnion(/* char *A,char *B */); /* A <- A U B, thru element N */
679 progress += SetUnion(s1->firstset,s2->firstset);
902 change = SetUnion(plp->cfp->fws,cfp->fws);
1203 SetUnion(newcfp->fws,xsp->firstset);
3723 int SetUnion(s1,s2) in SetUnion() function