Searched refs:destDoc (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | tree.c | 8128 if (destDoc->dict) { \ 8130 str = xmlDictLookup(destDoc->dict, str, -1); \ 8148 if (destDoc->dict) \ 8150 xmlDictLookup(destDoc->dict, cur->content, -1); \ 8994 xmlDocPtr destDoc, in xmlDOMWrapAdoptBranch() argument 9013 (sourceDoc->dict == destDoc->dict)) in xmlDOMWrapAdoptBranch() 9063 cur->doc = destDoc; in xmlDOMWrapAdoptBranch() 9172 if (xmlDOMWrapNSNormAquireNormalizedNs(destDoc, in xmlDOMWrapAdoptBranch() 9231 if ((destDoc->intSubset) || (destDoc->extSubset)) { in xmlDOMWrapAdoptBranch() 9236 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapAdoptBranch() [all …]
|
D | testapi.c | 19641 xmlDocPtr destDoc; /* the destination doc */ in test_xmlDOMWrapAdoptNode() local 19658 destDoc = gen_xmlDocPtr(n_destDoc, 3); in test_xmlDOMWrapAdoptNode() 19662 ret_val = xmlDOMWrapAdoptNode(ctxt, sourceDoc, node, destDoc, destParent, options); in test_xmlDOMWrapAdoptNode() 19669 des_xmlDocPtr(n_destDoc, destDoc, 3); in test_xmlDOMWrapAdoptNode() 19711 xmlDocPtr destDoc; /* the destination doc */ in test_xmlDOMWrapCloneNode() local 19733 destDoc = gen_xmlDocPtr(n_destDoc, 4); in test_xmlDOMWrapCloneNode() 19738 … ret_val = xmlDOMWrapCloneNode(ctxt, sourceDoc, node, resNode, destDoc, destParent, deep, options); in test_xmlDOMWrapCloneNode() 19745 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 | 1578 d destDoc value like(xmlDocPtr) 1595 d destDoc value like(xmlDocPtr)
|