Home | History | Annotate | Download | only in libxml2

Lines Matching refs:destDoc

19641     xmlDocPtr destDoc; /* the destination doc */
19643 xmlNodePtr destParent; /* the optional new parent of @node in @destDoc */
19658 destDoc = gen_xmlDocPtr(n_destDoc, 3);
19662 ret_val = xmlDOMWrapAdoptNode(ctxt, sourceDoc, node, destDoc, destParent, options);
19669 des_xmlDocPtr(n_destDoc, destDoc, 3);
19711 xmlDocPtr destDoc; /* the destination doc */
19713 xmlNodePtr destParent; /* the optional new parent of @node in @destDoc */
19733 destDoc = gen_xmlDocPtr(n_destDoc, 4);
19738 ret_val = xmlDOMWrapCloneNode(ctxt, sourceDoc, node, resNode, destDoc, destParent, deep, options);
19745 des_xmlDocPtr(n_destDoc, destDoc, 4);