Home
last modified time | relevance | path

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

/external/libxml2/
Dentities.c109 if ((entity->name != NULL) && (!xmlDictOwns(dict, entity->name))) in xmlFreeEntity()
112 (!xmlDictOwns(dict, entity->ExternalID))) in xmlFreeEntity()
115 (!xmlDictOwns(dict, entity->SystemID))) in xmlFreeEntity()
117 if ((entity->URI != NULL) && (!xmlDictOwns(dict, entity->URI))) in xmlFreeEntity()
120 && (!xmlDictOwns(dict, entity->content))) in xmlFreeEntity()
122 if ((entity->orig != NULL) && (!xmlDictOwns(dict, entity->orig))) in xmlFreeEntity()
Dhash.c500 if (!xmlDictOwns(table->dict, name)) { in xmlHashAddEntry3()
505 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { in xmlHashAddEntry3()
510 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) { in xmlHashAddEntry3()
616 if (!xmlDictOwns(table->dict, name)) { in xmlHashUpdateEntry3()
621 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { in xmlHashUpdateEntry3()
626 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) { in xmlHashUpdateEntry3()
Ddict.c1065 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { in xmlDictOwns() function
1077 return(xmlDictOwns(dict->subdict, str)); in xmlDictOwns()
Dtree.c1028 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
1042 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1059 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1792 (!(xmlDictOwns(node->doc->dict, name))))) in xmlNewPropInternal()
1804 (!(xmlDictOwns(node->doc->dict, name))))) in xmlNewPropInternal()
2310 (!(xmlDictOwns(doc->dict, name)))) in xmlNewDocNodeEatName()
5027 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name))) in xmlNodeSetName()
5477 (xmlDictOwns(cur->doc->dict, cur->content)))) in xmlNodeSetContent()
5555 (xmlDictOwns(cur->doc->dict, cur->content)))) in xmlNodeSetContentLen()
5641 xmlDictOwns(cur->doc->dict, cur->content))) { in xmlNodeAddContentLen()
[all …]
Dvalid.c1126 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name))) in xmlFreeDocElementContent()
1128 if ((cur->prefix != NULL) && (!xmlDictOwns(dict, cur->prefix))) in xmlFreeDocElementContent()
1933 if ((attr->elem != NULL) && (!xmlDictOwns(dict, attr->elem))) in xmlFreeAttribute()
1935 if ((attr->name != NULL) && (!xmlDictOwns(dict, attr->name))) in xmlFreeAttribute()
1937 if ((attr->prefix != NULL) && (!xmlDictOwns(dict, attr->prefix))) in xmlFreeAttribute()
1940 (!xmlDictOwns(dict, attr->defaultValue))) in xmlFreeAttribute()
2588 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
DdebugXML.c262 (!xmlDictOwns(ctxt->dict, name))) { in xmlCtxtCheckName()
916 else if (xmlDictOwns(ctxt->dict, node->content) == 1) in xmlCtxtDumpOneNode()
Delfgcchack.h2853 #undef xmlDictOwns
2854 extern __typeof (xmlDictOwns) xmlDictOwns __attribute((alias("xmlDictOwns__internal_alias")));
2856 #ifndef xmlDictOwns
2857 extern __typeof (xmlDictOwns) xmlDictOwns__internal_alias __attribute((visibility("hidden")));
2858 #define xmlDictOwns xmlDictOwns__internal_alias macro
Dparser.c5323 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseNotationType()
5389 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType()
5397 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType()
13898 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
DSAX2.c2461 (xmlDictOwns(ctxt->dict, lastChild->content))) { in xmlSAX2Characters()
Dxmlreader.c211 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
DHTMLparser.c5833 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
/external/libxml2/include/libxml/
Ddict.h55 xmlDictOwns (xmlDictPtr dict,
/external/libxslt/libxslt/
Dxslt.c3211 (!xmlDictOwns(style->dict, txt->content))) in xsltParsePreprocessStylesheetTree()
3366 (!xmlDictOwns(style->dict, textNode->content))) in xsltParsePreprocessStylesheetTree()
3467 (!xmlDictOwns(style->dict, txt->content))) in xsltPrecomputeStylesheet()
3550 (!xmlDictOwns(style->dict, cur->content))) { in xsltPrecomputeStylesheet()
4908 (!xmlDictOwns(style->dict, text->content))) { in xsltParseTemplateContent()
Dtransform.c919 if (xmlDictOwns(ctxt->dict, cur->content)) in xsltCopyText()