Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218396 int nPointAlloc; /* Number of slots allocated for aPoint[] */ member
219599 if( pCur->nPoint>=pCur->nPointAlloc ){
219600 int nNew = pCur->nPointAlloc*2 + 8;
219604 pCur->nPointAlloc = nNew;