Searched refs:xmlDictOwns (Results 1 – 14 of 14) sorted by relevance
/external/libxml2/ |
D | entities.c | 109 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()
|
D | hash.c | 500 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()
|
D | dict.c | 1065 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { in xmlDictOwns() function 1077 return(xmlDictOwns(dict->subdict, str)); in xmlDictOwns()
|
D | tree.c | 1028 (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 …]
|
D | valid.c | 1126 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))) \
|
D | debugXML.c | 262 (!xmlDictOwns(ctxt->dict, name))) { in xmlCtxtCheckName() 916 else if (xmlDictOwns(ctxt->dict, node->content) == 1) in xmlCtxtDumpOneNode()
|
D | elfgcchack.h | 2853 #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
|
D | parser.c | 5323 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))) \
|
D | SAX2.c | 2461 (xmlDictOwns(ctxt->dict, lastChild->content))) { in xmlSAX2Characters()
|
D | xmlreader.c | 211 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
|
D | HTMLparser.c | 5833 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
|
/external/libxml2/include/libxml/ |
D | dict.h | 55 xmlDictOwns (xmlDictPtr dict,
|
/external/libxslt/libxslt/ |
D | xslt.c | 3211 (!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()
|
D | transform.c | 919 if (xmlDictOwns(ctxt->dict, cur->content)) in xsltCopyText()
|