Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dtree.c8171 if ((sourceDoc == NULL) || (sourceDoc->dict == NULL) || \
8172 (!xmlDictOwns(sourceDoc->dict, old))) \
8174 } else if ((sourceDoc) && (sourceDoc->dict) && \
8175 xmlDictOwns(sourceDoc->dict, str)) { \
8185 if (adoptStr && (str != NULL) && (sourceDoc != NULL) && \
8186 (sourceDoc->dict != NULL) && \
8187 xmlDictOwns(sourceDoc->dict, cur->content)) { \
9032 xmlDocPtr sourceDoc, in xmlDOMWrapAdoptBranch() argument
9052 if ((sourceDoc != NULL) && in xmlDOMWrapAdoptBranch()
9053 (sourceDoc->dict == destDoc->dict)) in xmlDOMWrapAdoptBranch()
[all …]
Dtree.in.h1296 xmlDocPtr sourceDoc,
1308 xmlDocPtr sourceDoc,
/third_party/libxml2/
Dtree.c8175 if ((sourceDoc == NULL) || (sourceDoc->dict == NULL) || \
8176 (!xmlDictOwns(sourceDoc->dict, old))) \
8178 } else if ((sourceDoc) && (sourceDoc->dict) && \
8179 xmlDictOwns(sourceDoc->dict, str)) { \
8189 if (adoptStr && (str != NULL) && (sourceDoc != NULL) && \
8190 (sourceDoc->dict != NULL) && \
8191 xmlDictOwns(sourceDoc->dict, cur->content)) { \
9036 xmlDocPtr sourceDoc, in xmlDOMWrapAdoptBranch() argument
9056 if ((sourceDoc != NULL) && in xmlDOMWrapAdoptBranch()
9057 (sourceDoc->dict == destDoc->dict)) in xmlDOMWrapAdoptBranch()
[all …]
Dtestapi.c19730 xmlDocPtr sourceDoc; /* the optional sourceDoc */ in test_xmlDOMWrapAdoptNode() local
19749 sourceDoc = gen_xmlDocPtr(n_sourceDoc, 1); in test_xmlDOMWrapAdoptNode()
19755 ret_val = xmlDOMWrapAdoptNode(ctxt, sourceDoc, node, destDoc, destParent, options); in test_xmlDOMWrapAdoptNode()
19760 des_xmlDocPtr(n_sourceDoc, sourceDoc, 1); in test_xmlDOMWrapAdoptNode()
19798 xmlDocPtr sourceDoc; /* the optional sourceDoc */ in test_xmlDOMWrapCloneNode() local
19823 sourceDoc = gen_xmlDocPtr(n_sourceDoc, 1); in test_xmlDOMWrapCloneNode()
19831 … ret_val = xmlDOMWrapCloneNode(ctxt, sourceDoc, node, resNode, destDoc, destParent, deep, options); in test_xmlDOMWrapCloneNode()
19835 des_xmlDocPtr(n_sourceDoc, sourceDoc, 1); in test_xmlDOMWrapCloneNode()
/third_party/libxml2/include/libxml/
Dtree.h1267 xmlDocPtr sourceDoc,
1279 xmlDocPtr sourceDoc,
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle1621 d sourceDoc value like(xmlDocPtr)
1639 d sourceDoc value like(xmlDocPtr)