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.c111 if ((entity->name != NULL) && (!xmlDictOwns(dict, entity->name))) in xmlFreeEntity()
114 (!xmlDictOwns(dict, entity->ExternalID))) in xmlFreeEntity()
117 (!xmlDictOwns(dict, entity->SystemID))) in xmlFreeEntity()
119 if ((entity->URI != NULL) && (!xmlDictOwns(dict, entity->URI))) in xmlFreeEntity()
122 && (!xmlDictOwns(dict, entity->content))) in xmlFreeEntity()
124 if ((entity->orig != NULL) && (!xmlDictOwns(dict, entity->orig))) in xmlFreeEntity()
Dhash.c531 if (!xmlDictOwns(table->dict, name)) { in xmlHashAddEntry3()
536 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { in xmlHashAddEntry3()
541 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) { in xmlHashAddEntry3()
647 if (!xmlDictOwns(table->dict, name)) { in xmlHashUpdateEntry3()
652 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { in xmlHashUpdateEntry3()
657 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) { in xmlHashUpdateEntry3()
Dtree.c1052 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
1066 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1083 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1836 (!(xmlDictOwns(node->doc->dict, name))))) in xmlNewPropInternal()
1848 (!(xmlDictOwns(node->doc->dict, name))))) in xmlNewPropInternal()
2355 (!(xmlDictOwns(doc->dict, name)))) in xmlNewDocNodeEatName()
5162 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name))) in xmlNodeSetName()
5644 (xmlDictOwns(cur->doc->dict, cur->content)))) in xmlNodeSetContent()
5722 (xmlDictOwns(cur->doc->dict, cur->content)))) in xmlNodeSetContentLen()
5808 xmlDictOwns(cur->doc->dict, cur->content))) { in xmlNodeAddContentLen()
[all …]
Ddict.c1182 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { in xmlDictOwns() function
1194 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()
1885 if ((attr->elem != NULL) && (!xmlDictOwns(dict, attr->elem))) in xmlFreeAttribute()
1887 if ((attr->name != NULL) && (!xmlDictOwns(dict, attr->name))) in xmlFreeAttribute()
1889 if ((attr->prefix != NULL) && (!xmlDictOwns(dict, attr->prefix))) in xmlFreeAttribute()
1892 (!xmlDictOwns(dict, attr->defaultValue))) in xmlFreeAttribute()
2540 (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.c496 (!xmlDictOwns(ctxt->dict, ctxt->encoding)))) in xmlSAX2ExternalSubset()
2578 (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.c5833 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseNotationType()
5901 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType()
5909 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType()
14997 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
Dxmlreader.c218 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
Dtestapi.c8323 ret_val = xmlDictOwns(dict, (const xmlChar *)str); in test_xmlDictOwns()
/external/libxml2/os400/libxmlrpg/
Ddict.rpgle70 d xmlDictOwns pr 10i 0 extproc('xmlDictOwns')
/external/libxml2/include/libxml/
Ddict.h66 xmlDictOwns (xmlDictPtr dict,
/external/libxml2/win32/
Dlibxml2.def.src777 xmlDictOwns