Searched refs:cnl (Results 1 – 1 of 1) sorted by relevance
176 xmlNodePtr cnl = caseNode->xmlChildrenNode; in clone() local177 while (cnl) in clone()179 xmlAddChild(parent, clone(cnl, appl)); in clone()180 cnl = cnl->next; in clone()203 xmlNodePtr cnl = caseNode->xmlChildrenNode; in clone() local204 while (cnl) in clone()206 xmlAddChild(parent, clone(cnl, appl)); in clone()207 cnl = cnl->next; in clone()