Searched refs:destDoc (Results 1 – 4 of 4) sorted by relevance
/third_party/libxml2/ |
D | tree.c | 8189 if (destDoc->dict) { \ 8191 str = xmlDictLookup(destDoc->dict, str, -1); \ 8209 if (destDoc->dict) \ 8211 xmlDictLookup(destDoc->dict, cur->content, -1); \ 9055 xmlDocPtr destDoc, in xmlDOMWrapAdoptBranch() argument 9074 (sourceDoc->dict == destDoc->dict)) in xmlDOMWrapAdoptBranch() 9124 cur->doc = destDoc; in xmlDOMWrapAdoptBranch() 9233 if (xmlDOMWrapNSNormAcquireNormalizedNs(destDoc, in xmlDOMWrapAdoptBranch() 9292 if ((destDoc->intSubset) || (destDoc->extSubset)) { in xmlDOMWrapAdoptBranch() 9297 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapAdoptBranch() [all …]
|
D | testapi.c | 19736 xmlDocPtr destDoc; /* the destination doc */ in test_xmlDOMWrapAdoptNode() local 19753 destDoc = gen_xmlDocPtr(n_destDoc, 3); in test_xmlDOMWrapAdoptNode() 19757 ret_val = xmlDOMWrapAdoptNode(ctxt, sourceDoc, node, destDoc, destParent, options); in test_xmlDOMWrapAdoptNode() 19764 des_xmlDocPtr(n_destDoc, destDoc, 3); in test_xmlDOMWrapAdoptNode() 19806 xmlDocPtr destDoc; /* the destination doc */ in test_xmlDOMWrapCloneNode() local 19828 destDoc = gen_xmlDocPtr(n_destDoc, 4); in test_xmlDOMWrapCloneNode() 19833 … ret_val = xmlDOMWrapCloneNode(ctxt, sourceDoc, node, resNode, destDoc, destParent, deep, options); in test_xmlDOMWrapCloneNode() 19840 des_xmlDocPtr(n_destDoc, destDoc, 4); in test_xmlDOMWrapCloneNode()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 1269 xmlDocPtr destDoc, 1282 xmlDocPtr destDoc,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1623 d destDoc value like(xmlDocPtr) 1642 d destDoc value like(xmlDocPtr)
|