Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c8131 if ((sourceDoc == NULL) || (sourceDoc->dict == NULL) || \
8132 (!xmlDictOwns(sourceDoc->dict, old))) \
8134 } else if ((sourceDoc) && (sourceDoc->dict) && \
8135 xmlDictOwns(sourceDoc->dict, str)) { \
8145 if (adoptStr && (str != NULL) && (sourceDoc != NULL) && \
8146 (sourceDoc->dict != NULL) && \
8147 xmlDictOwns(sourceDoc->dict, cur->content)) { \
8992 xmlDocPtr sourceDoc, in xmlDOMWrapAdoptBranch() argument
9012 if ((sourceDoc != NULL) && in xmlDOMWrapAdoptBranch()
9013 (sourceDoc->dict == destDoc->dict)) in xmlDOMWrapAdoptBranch()
[all …]
Dtestapi.c19637 xmlDocPtr sourceDoc; /* the optional sourceDoc */ in test_xmlDOMWrapAdoptNode() local
19656 sourceDoc = gen_xmlDocPtr(n_sourceDoc, 1); in test_xmlDOMWrapAdoptNode()
19662 ret_val = xmlDOMWrapAdoptNode(ctxt, sourceDoc, node, destDoc, destParent, options); in test_xmlDOMWrapAdoptNode()
19667 des_xmlDocPtr(n_sourceDoc, sourceDoc, 1); in test_xmlDOMWrapAdoptNode()
19705 xmlDocPtr sourceDoc; /* the optional sourceDoc */ in test_xmlDOMWrapCloneNode() local
19730 sourceDoc = gen_xmlDocPtr(n_sourceDoc, 1); in test_xmlDOMWrapCloneNode()
19738 … ret_val = xmlDOMWrapCloneNode(ctxt, sourceDoc, node, resNode, destDoc, destParent, deep, options); in test_xmlDOMWrapCloneNode()
19742 des_xmlDocPtr(n_sourceDoc, sourceDoc, 1); in test_xmlDOMWrapCloneNode()
/external/libxml2/include/libxml/
Dtree.h1267 xmlDocPtr sourceDoc,
1279 xmlDocPtr sourceDoc,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1576 d sourceDoc value like(xmlDocPtr)
1592 d sourceDoc value like(xmlDocPtr)