Searched refs:pNode (Results 1 – 1 of 1) sorted by relevance
67 struct version_node *pNode = (struct version_node *)malloc(sizeof(struct version_node)); in push() local69 if(!pNode) in push()75 pNode->pVer = pVer; in push()76 pNode->next = *pHead; in push()77 *pHead = pNode; in push()