Searched refs:nPointAlloc (Results 1 – 1 of 1) sorted by relevance
218396 int nPointAlloc; /* Number of slots allocated for aPoint[] */ member219599 if( pCur->nPoint>=pCur->nPointAlloc ){219600 int nNew = pCur->nPointAlloc*2 + 8;219604 pCur->nPointAlloc = nNew;