Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c201 char *fws; /* Follow-set for this configuration only */ member
738 SetAdd(newcfp->fws,0);
902 change = SetUnion(plp->cfp->fws,cfp->fws);
936 if( SetFind(cfp->fws,j) ){
1132 cfp->fws = SetNew();
1160 cfp->fws = SetNew();
1200 SetAdd(newcfp->fws,xsp->index);
1203 SetUnion(newcfp->fws,xsp->firstset);
1257 if( cfp->fws ) SetFree(cfp->fws);
2728 SetPrint(fp,cfp->fws,lemp);