Home | History | Annotate | Download | only in Common

Lines Matching refs:mChildCount

251 STATIC UINT8  *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;

308 mChildCount = NULL;
428 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
433 if (mLevel == NULL || mChildCount == NULL || mPosition == NULL ||
478 if (mChildCount != NULL) {
479 free (mChildCount);
614 mChildCount[Parent]++;
641 mChildCount[New] = 0;
825 mChildCount[NodeR]--;
826 if (mChildCount[NodeR] > 1) {