Searched defs:aLookahead (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c459 ** into aLookahead[] using multiple calls to acttab_action(). Then the
462 ** also resets the aLookahead[] array in preparation for the next
475 *aLookahead; /* A single new transaction set */ member in struct:acttab
476 int mnLookahead; /* Minimum aLookahead[].lookahead */
478 int mxLookahead; /* Maximum aLookahead[].lookahead */
479 int nLookahead; /* Used slots in aLookahead[] */
480 int nLookaheadAlloc; /* Slots allocated in aLookahead[] */
495 free( p->aLookahead );
518 p->aLookahead = (struct lookahead_action *) realloc( p->aLookahead,
[all...]

Completed in 122 milliseconds