Home
last modified time | relevance | path

Searched refs:destDoc (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dtree.c8129 if (destDoc->dict) { \
8131 str = xmlDictLookup(destDoc->dict, str, -1); \
8149 if (destDoc->dict) \
8151 xmlDictLookup(destDoc->dict, cur->content, -1); \
8995 xmlDocPtr destDoc, in xmlDOMWrapAdoptBranch() argument
9014 (sourceDoc->dict == destDoc->dict)) in xmlDOMWrapAdoptBranch()
9064 cur->doc = destDoc; in xmlDOMWrapAdoptBranch()
9173 if (xmlDOMWrapNSNormAquireNormalizedNs(destDoc, in xmlDOMWrapAdoptBranch()
9232 if ((destDoc->intSubset) || (destDoc->extSubset)) { in xmlDOMWrapAdoptBranch()
9237 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapAdoptBranch()
[all …]
Dtestapi.c19641 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/
Dtree.h1269 xmlDocPtr destDoc,
1282 xmlDocPtr destDoc,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1623 d destDoc value like(xmlDocPtr)
1642 d destDoc value like(xmlDocPtr)