Searched refs:destDoc (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | tree.c | 8139 if (destDoc->dict) { \ 8141 str = xmlDictLookup(destDoc->dict, str, -1); \ 8159 if (destDoc->dict) \ 8161 xmlDictLookup(destDoc->dict, cur->content, -1); \ 9005 xmlDocPtr destDoc, in xmlDOMWrapAdoptBranch() argument 9024 (sourceDoc->dict == destDoc->dict)) in xmlDOMWrapAdoptBranch() 9074 cur->doc = destDoc; in xmlDOMWrapAdoptBranch() 9183 if (xmlDOMWrapNSNormAquireNormalizedNs(destDoc, in xmlDOMWrapAdoptBranch() 9242 if ((destDoc->intSubset) || (destDoc->extSubset)) { in xmlDOMWrapAdoptBranch() 9247 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapAdoptBranch() [all …]
|
D | testapi.c | 19761 xmlDocPtr destDoc; /* the destination doc */ in test_xmlDOMWrapAdoptNode() local 19778 destDoc = gen_xmlDocPtr(n_destDoc, 3); in test_xmlDOMWrapAdoptNode() 19782 ret_val = xmlDOMWrapAdoptNode(ctxt, sourceDoc, node, destDoc, destParent, options); in test_xmlDOMWrapAdoptNode() 19789 des_xmlDocPtr(n_destDoc, destDoc, 3); in test_xmlDOMWrapAdoptNode() 19831 xmlDocPtr destDoc; /* the destination doc */ in test_xmlDOMWrapCloneNode() local 19853 destDoc = gen_xmlDocPtr(n_destDoc, 4); in test_xmlDOMWrapCloneNode() 19858 … ret_val = xmlDOMWrapCloneNode(ctxt, sourceDoc, node, resNode, destDoc, destParent, deep, options); in test_xmlDOMWrapCloneNode() 19865 des_xmlDocPtr(n_destDoc, destDoc, 4); in test_xmlDOMWrapCloneNode()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1269 xmlDocPtr destDoc, 1282 xmlDocPtr destDoc,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1623 d destDoc value like(xmlDocPtr) 1642 d destDoc value like(xmlDocPtr)
|