Lines Matching refs:cur
51 xmlNodePtr cur = m_pNode->GetNodePtr(); in getLength() local
52 if (0 != cur) { in getLength()
53 cur = cur->children; in getLength()
55 while (cur != NULL) in getLength()
58 cur = cur->next; in getLength()
74 xmlNodePtr cur = m_pNode->GetNodePtr(); in item() local
75 if (0 != cur) { in item()
76 cur = cur->children; in item()
78 while (cur != NULL) in item()
82 m_pNode->GetOwnerDocument().GetCNode(cur).get()); in item()
84 cur = cur->next; in item()