Searched refs:sourceDoc (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | tree.c | 8132 if ((sourceDoc == NULL) || (sourceDoc->dict == NULL) || \ 8133 (!xmlDictOwns(sourceDoc->dict, old))) \ 8135 } else if ((sourceDoc) && (sourceDoc->dict) && \ 8136 xmlDictOwns(sourceDoc->dict, str)) { \ 8146 if (adoptStr && (str != NULL) && (sourceDoc != NULL) && \ 8147 (sourceDoc->dict != NULL) && \ 8148 xmlDictOwns(sourceDoc->dict, cur->content)) { \ 8993 xmlDocPtr sourceDoc, in xmlDOMWrapAdoptBranch() argument 9013 if ((sourceDoc != NULL) && in xmlDOMWrapAdoptBranch() 9014 (sourceDoc->dict == destDoc->dict)) in xmlDOMWrapAdoptBranch() [all …]
|
D | testapi.c | 19637 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/ |
D | tree.h | 1267 xmlDocPtr sourceDoc, 1279 xmlDocPtr sourceDoc,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1621 d sourceDoc value like(xmlDocPtr) 1639 d sourceDoc value like(xmlDocPtr)
|