Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c7938 if (destDoc->dict) { \
7940 str = xmlDictLookup(destDoc->dict, str, -1); \
7958 if (destDoc->dict) \
7960 xmlDictLookup(destDoc->dict, cur->content, -1); \
8799 xmlDocPtr destDoc, in xmlDOMWrapAdoptBranch() argument
8818 (sourceDoc->dict == destDoc->dict)) in xmlDOMWrapAdoptBranch()
8865 cur->doc = destDoc; in xmlDOMWrapAdoptBranch()
8974 if (xmlDOMWrapNSNormAquireNormalizedNs(destDoc, in xmlDOMWrapAdoptBranch()
9033 if ((destDoc->intSubset) || (destDoc->extSubset)) { in xmlDOMWrapAdoptBranch()
9038 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapAdoptBranch()
[all …]
/external/libxml2/include/libxml/
Dtree.h1210 xmlDocPtr destDoc,
1223 xmlDocPtr destDoc,