Home
last modified time | relevance | path

Searched refs:xmlDictOwns (Results 1 – 16 of 16) sorted by relevance

/external/libxml2/
Dtestdict.c220 if (!xmlDictOwns(dict, test2[i])) { in run_test2()
226 if (xmlDictOwns(parent, test2[i])) { in run_test2()
238 if (!xmlDictOwns(dict, test1[i])) { in run_test2()
381 if (!xmlDictOwns(dict, test1[i])) { in run_test1()
Dentities.c116 if ((entity->name != NULL) && (!xmlDictOwns(dict, entity->name))) in xmlFreeEntity()
119 (!xmlDictOwns(dict, entity->ExternalID))) in xmlFreeEntity()
122 (!xmlDictOwns(dict, entity->SystemID))) in xmlFreeEntity()
124 if ((entity->URI != NULL) && (!xmlDictOwns(dict, entity->URI))) in xmlFreeEntity()
127 && (!xmlDictOwns(dict, entity->content))) in xmlFreeEntity()
129 if ((entity->orig != NULL) && (!xmlDictOwns(dict, entity->orig))) in xmlFreeEntity()
Dhash.c543 if (!xmlDictOwns(table->dict, name)) { in xmlHashAddEntry3()
548 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { in xmlHashAddEntry3()
553 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) { in xmlHashAddEntry3()
659 if (!xmlDictOwns(table->dict, name)) { in xmlHashUpdateEntry3()
664 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { in xmlHashUpdateEntry3()
669 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) { in xmlHashUpdateEntry3()
Dtree.c1058 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
1072 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1089 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1847 (!(xmlDictOwns(node->doc->dict, name))))) in xmlNewPropInternal()
1859 (!(xmlDictOwns(node->doc->dict, name))))) in xmlNewPropInternal()
2366 (!(xmlDictOwns(doc->dict, name)))) in xmlNewDocNodeEatName()
5173 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name))) in xmlNodeSetName()
5655 (xmlDictOwns(cur->doc->dict, cur->content)))) in xmlNodeSetContent()
5733 (xmlDictOwns(cur->doc->dict, cur->content)))) in xmlNodeSetContentLen()
5819 xmlDictOwns(cur->doc->dict, cur->content))) { in xmlNodeAddContentLen()
[all …]
Ddict.c1211 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { in xmlDictOwns() function
1223 return(xmlDictOwns(dict->subdict, str)); in xmlDictOwns()
Dvalid.c1124 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name))) in xmlFreeDocElementContent()
1126 if ((cur->prefix != NULL) && (!xmlDictOwns(dict, cur->prefix))) in xmlFreeDocElementContent()
1897 if ((attr->elem != NULL) && (!xmlDictOwns(dict, attr->elem))) in xmlFreeAttribute()
1899 if ((attr->name != NULL) && (!xmlDictOwns(dict, attr->name))) in xmlFreeAttribute()
1901 if ((attr->prefix != NULL) && (!xmlDictOwns(dict, attr->prefix))) in xmlFreeAttribute()
1904 (!xmlDictOwns(dict, attr->defaultValue))) in xmlFreeAttribute()
2564 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
DdebugXML.c264 (!xmlDictOwns(ctxt->dict, name)) && in xmlCtxtCheckName()
919 else if (xmlDictOwns(ctxt->dict, node->content) == 1) in xmlCtxtDumpOneNode()
Dlibxml2.syms1580 xmlDictOwns;
DSAX2.c497 (!xmlDictOwns(ctxt->dict, ctxt->encoding)))) in xmlSAX2ExternalSubset()
2585 (xmlDictOwns(ctxt->dict, lastChild->content))) { in xmlSAX2Characters()
Delfgcchack.h2935 #undef xmlDictOwns
2936 extern __typeof (xmlDictOwns) xmlDictOwns __attribute((alias("xmlDictOwns__internal_alias")));
2938 #ifndef xmlDictOwns
2939 extern __typeof (xmlDictOwns) xmlDictOwns__internal_alias __attribute((visibility("hidden")));
2940 #define xmlDictOwns xmlDictOwns__internal_alias macro
Dparser.c5680 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseNotationType()
5748 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType()
5756 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType()
14798 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
Dxmlreader.c218 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
Dtestapi.c8354 ret_val = xmlDictOwns(dict, (const xmlChar *)str); in test_xmlDictOwns()
/external/libxml2/os400/libxmlrpg/
Ddict.rpgle72 d xmlDictOwns pr extproc('xmlDictOwns')
/external/libxml2/include/libxml/
Ddict.h72 xmlDictOwns (xmlDictPtr dict,
/external/libxml2/win32/
Dlibxml2.def.src777 xmlDictOwns