Home
last modified time | relevance | path

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

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