Searched refs:xmlDictOwns (Results 1 – 17 of 17) sorted by relevance
/external/libxml2/ |
D | testdict.c | 220 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()
|
D | entities.c | 116 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()
|
D | hash.c | 543 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()
|
D | tree.c | 1058 (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 …]
|
D | dict.c | 1211 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { in xmlDictOwns() function 1223 return(xmlDictOwns(dict->subdict, str)); in xmlDictOwns()
|
D | valid.c | 1124 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))) \
|
D | debugXML.c | 264 (!xmlDictOwns(ctxt->dict, name)) && in xmlCtxtCheckName() 919 else if (xmlDictOwns(ctxt->dict, node->content) == 1) in xmlCtxtDumpOneNode()
|
D | libxml2.syms | 1580 xmlDictOwns;
|
D | SAX2.c | 497 (!xmlDictOwns(ctxt->dict, ctxt->encoding)))) in xmlSAX2ExternalSubset() 2594 (xmlDictOwns(ctxt->dict, lastChild->content))) { in xmlSAX2Characters()
|
D | elfgcchack.h | 2935 #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
|
D | parser.c | 5680 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseNotationType() 5748 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType() 5756 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType() 14803 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
|
D | xmlreader.c | 218 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
|
D | HTMLparser.c | 6595 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
|
D | testapi.c | 8354 ret_val = xmlDictOwns(dict, (const xmlChar *)str); in test_xmlDictOwns()
|
/external/libxml2/os400/libxmlrpg/ |
D | dict.rpgle | 72 d xmlDictOwns pr extproc('xmlDictOwns')
|
/external/libxml2/include/libxml/ |
D | dict.h | 72 xmlDictOwns (xmlDictPtr dict,
|
/external/libxml2/win32/ |
D | libxml2.def.src | 777 xmlDictOwns
|