Searched refs:cnl (Results 1 – 1 of 1) sorted by relevance
175 xmlNodePtr cnl = caseNode->xmlChildrenNode; in clone() local176 while (cnl) in clone()178 xmlAddChild(parent, clone(cnl, appl)); in clone()179 cnl = cnl->next; in clone()202 xmlNodePtr cnl = caseNode->xmlChildrenNode; in clone() local203 while (cnl) in clone()205 xmlAddChild(parent, clone(cnl, appl)); in clone()206 cnl = cnl->next; in clone()
Completed in 31 milliseconds