Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c188 Boolean canReduce; /* True if this rule is ever reduced */ member
975 for(rp=lemp->rule; rp; rp=rp->next) rp->canReduce = Bo_FALSE;
979 if( ap->type==REDUCE ) ap->x.rp->canReduce = Bo_TRUE;
983 if( rp->canReduce ) continue;