Searched refs:mPackStack (Results 1 – 4 of 4) sorted by relevance
884 mPackStack = NULL; in CVfrVarDataTypeDB()912 while (mPackStack != NULL) { in ~CVfrVarDataTypeDB()913 pPack = mPackStack; in ~CVfrVarDataTypeDB()914 mPackStack = mPackStack->mNext; in ~CVfrVarDataTypeDB()941 pNew->mNext = mPackStack; in Pack()942 mPackStack = pNew; in Pack()948 if (mPackStack == NULL) { in Pack()952 for (pNode = mPackStack; pNode != NULL; pNode = pNode->mNext) { in Pack()955 mPackStack = pNode->mNext; in Pack()
162 SVfrPackStackNode *mPackStack; variable
878 mPackStack = NULL; in CVfrVarDataTypeDB()907 while (mPackStack != NULL) { in ~CVfrVarDataTypeDB()908 pPack = mPackStack; in ~CVfrVarDataTypeDB()909 mPackStack = mPackStack->mNext; in ~CVfrVarDataTypeDB()936 pNew->mNext = mPackStack; in Pack()937 mPackStack = pNew; in Pack()943 if (mPackStack == NULL) { in Pack()947 for (pNode = mPackStack; pNode != NULL; pNode = pNode->mNext) { in Pack()950 mPackStack = pNode->mNext; in Pack()
181 SVfrPackStackNode *mPackStack; variable