Searched refs:pchild_ref (Results 1 – 1 of 1) sorted by relevance
1736 XMLNode* pchild_ref = pelement->FirstChild(); in parseEntryCell3() local1737 while (pchild_ref->NextSibling() != NULL) in parseEntryCell3()1738 pchild_ref = pchild_ref->NextSibling(); in parseEntryCell3()1741 XMLNode* copy = pchild_ref->DeepClone(NULL); in parseEntryCell3()1820 XMLNode* pchild_ref = pelement->FirstChild(); in parseEntryCell4() local1821 while (pchild_ref->NextSibling() != NULL) in parseEntryCell4()1822 pchild_ref = pchild_ref->NextSibling(); in parseEntryCell4()1825 XMLNode* copy = pchild_ref->DeepClone(NULL); in parseEntryCell4()