Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c416 int nLookaheadAlloc; /* Slots allocated in aLookahead[] */ member
449 if( p->nLookahead>=p->nLookaheadAlloc ){ in acttab_action()
450 p->nLookaheadAlloc += 25; in acttab_action()
452 sizeof(p->aLookahead[0])*p->nLookaheadAlloc ); in acttab_action()