Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c443 int nLookaheadAlloc; /* Slots allocated in aLookahead[] */ member
478 if( p->nLookahead>=p->nLookaheadAlloc ){ in acttab_action()
479 p->nLookaheadAlloc += 25; in acttab_action()
481 sizeof(p->aLookahead[0])*p->nLookaheadAlloc ); in acttab_action()