Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c217453 u32 nParentAlloc; /* Space allocated for aParent[] */ member
217546 p->nParentAlloc = 0;
217628 if( p->nParent>=p->nParentAlloc ){
217631 nNew = p->nParentAlloc*2 + 3;
217634 p->nParentAlloc = (u32)nNew;
217961 p->nParentAlloc = 1;