Searched refs:nParentAlloc (Results 1 – 1 of 1) sorted by relevance
217453 u32 nParentAlloc; /* Space allocated for aParent[] */ member217546 p->nParentAlloc = 0;217628 if( p->nParent>=p->nParentAlloc ){217631 nNew = p->nParentAlloc*2 + 3;217634 p->nParentAlloc = (u32)nNew;217961 p->nParentAlloc = 1;