Home
last modified time | relevance | path

Searched refs:xmlDictOwns (Results 1 – 17 of 17) 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()
Dhash.c550 if (!xmlDictOwns(table->dict, name)) { in xmlHashAddEntry3()
555 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { in xmlHashAddEntry3()
560 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) { in xmlHashAddEntry3()
666 if (!xmlDictOwns(table->dict, name)) { in xmlHashUpdateEntry3()
671 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { in xmlHashUpdateEntry3()
676 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) { in xmlHashUpdateEntry3()
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()
Dtree.c1058 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
1072 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1089 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1866 (!(xmlDictOwns(node->doc->dict, name))))) in xmlNewPropInternal()
1878 (!(xmlDictOwns(node->doc->dict, name))))) in xmlNewPropInternal()
2384 (!(xmlDictOwns(doc->dict, name)))) in xmlNewDocNodeEatName()
5215 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name))) in xmlNodeSetName()
5697 (xmlDictOwns(cur->doc->dict, cur->content)))) in xmlNodeSetContent()
5775 (xmlDictOwns(cur->doc->dict, cur->content)))) in xmlNodeSetContentLen()
5861 xmlDictOwns(cur->doc->dict, cur->content))) { in xmlNodeAddContentLen()
[all …]
Ddict.c1218 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { in xmlDictOwns() function
1230 return(xmlDictOwns(dict->subdict, str)); in xmlDictOwns()
Dvalid.c1131 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name))) in xmlFreeDocElementContent()
1133 if ((cur->prefix != NULL) && (!xmlDictOwns(dict, cur->prefix))) in xmlFreeDocElementContent()
1940 if ((attr->elem != NULL) && (!xmlDictOwns(dict, attr->elem))) in xmlFreeAttribute()
1942 if ((attr->name != NULL) && (!xmlDictOwns(dict, attr->name))) in xmlFreeAttribute()
1944 if ((attr->prefix != NULL) && (!xmlDictOwns(dict, attr->prefix))) in xmlFreeAttribute()
1947 (!xmlDictOwns(dict, attr->defaultValue))) in xmlFreeAttribute()
2607 (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()
2571 (xmlDictOwns(ctxt->dict, lastChild->content))) { in xmlSAX2Text()
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.c5751 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseNotationType()
5819 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType()
5827 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType()
14785 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
DHTMLparser.c6712 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
Dxmlreader.c225 (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.h65 xmlDictOwns (xmlDictPtr dict,
/external/libxml2/win32/
Dlibxml2.def.src777 xmlDictOwns