Home
last modified time | relevance | path

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

12

/third_party/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()
Dtree.c1058 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
1072 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1089 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1870 (!(xmlDictOwns(node->doc->dict, name))))) in xmlNewPropInternal()
1882 (!(xmlDictOwns(node->doc->dict, name))))) in xmlNewPropInternal()
2388 (!(xmlDictOwns(doc->dict, name)))) in xmlNewDocNodeEatName()
5232 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name))) in xmlNodeSetName()
5714 (xmlDictOwns(cur->doc->dict, cur->content)))) in xmlNodeSetContent()
5792 (xmlDictOwns(cur->doc->dict, cur->content)))) in xmlNodeSetContentLen()
5878 xmlDictOwns(cur->doc->dict, cur->content))) { in xmlNodeAddContentLen()
[all …]
Ddict.c1219 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { in xmlDictOwns() function
1231 return(xmlDictOwns(dict->subdict, str)); in xmlDictOwns()
Dvalid.c1160 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name))) in xmlFreeDocElementContent()
1162 if ((cur->prefix != NULL) && (!xmlDictOwns(dict, cur->prefix))) in xmlFreeDocElementContent()
1969 if ((attr->elem != NULL) && (!xmlDictOwns(dict, attr->elem))) in xmlFreeAttribute()
1971 if ((attr->name != NULL) && (!xmlDictOwns(dict, attr->name))) in xmlFreeAttribute()
1973 if ((attr->prefix != NULL) && (!xmlDictOwns(dict, attr->prefix))) in xmlFreeAttribute()
1976 (!xmlDictOwns(dict, attr->defaultValue))) in xmlFreeAttribute()
2636 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
Dentities.c116 ((dict == NULL) || (!xmlDictOwns(dict, entity->name)))) in xmlFreeEntity()
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()
2572 (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.c5763 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseNotationType()
5831 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType()
5839 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType()
14797 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
/third_party/libxml2/os400/libxmlrpg/
Ddict.rpgle72 d xmlDictOwns pr extproc('xmlDictOwns')
/third_party/gettext/gnulib-local/lib/libxml/
Dentities.c145 if ((entity->name != NULL) && (!xmlDictOwns(dict, entity->name))) in xmlFreeEntity()
148 (!xmlDictOwns(dict, entity->ExternalID))) in xmlFreeEntity()
151 (!xmlDictOwns(dict, entity->SystemID))) in xmlFreeEntity()
153 if ((entity->URI != NULL) && (!xmlDictOwns(dict, entity->URI))) in xmlFreeEntity()
156 && (!xmlDictOwns(dict, entity->content))) in xmlFreeEntity()
158 if ((entity->orig != NULL) && (!xmlDictOwns(dict, entity->orig))) in xmlFreeEntity()
Dhash.c554 if (!xmlDictOwns(table->dict, name)) { in xmlHashAddEntry3()
559 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { in xmlHashAddEntry3()
564 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) { in xmlHashAddEntry3()
670 if (!xmlDictOwns(table->dict, name)) { in xmlHashUpdateEntry3()
675 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { in xmlHashUpdateEntry3()
680 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) { in xmlHashUpdateEntry3()
Ddict.in.h101 xmlDictOwns (xmlDictPtr dict,
Dtree.c1087 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
1101 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1118 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1876 (!(xmlDictOwns(node->doc->dict, name))))) in xmlNewPropInternal()
1888 (!(xmlDictOwns(node->doc->dict, name))))) in xmlNewPropInternal()
2395 (!(xmlDictOwns(doc->dict, name)))) in xmlNewDocNodeEatName()
5202 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name))) in xmlNodeSetName()
5684 (xmlDictOwns(cur->doc->dict, cur->content)))) in xmlNodeSetContent()
5762 (xmlDictOwns(cur->doc->dict, cur->content)))) in xmlNodeSetContentLen()
5848 xmlDictOwns(cur->doc->dict, cur->content))) { in xmlNodeAddContentLen()
[all …]
Ddict.c1222 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { in xmlDictOwns() function
1234 return(xmlDictOwns(dict->subdict, str)); in xmlDictOwns()
Dvalid.c1153 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name))) in xmlFreeDocElementContent()
1155 if ((cur->prefix != NULL) && (!xmlDictOwns(dict, cur->prefix))) in xmlFreeDocElementContent()
1926 if ((attr->elem != NULL) && (!xmlDictOwns(dict, attr->elem))) in xmlFreeAttribute()
1928 if ((attr->name != NULL) && (!xmlDictOwns(dict, attr->name))) in xmlFreeAttribute()
1930 if ((attr->prefix != NULL) && (!xmlDictOwns(dict, attr->prefix))) in xmlFreeAttribute()
1933 (!xmlDictOwns(dict, attr->defaultValue))) in xmlFreeAttribute()
2593 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
DdebugXML.c293 (!xmlDictOwns(ctxt->dict, name)) && in xmlCtxtCheckName()
948 else if (xmlDictOwns(ctxt->dict, node->content) == 1) in xmlCtxtDumpOneNode()
DSAX2.c525 (!xmlDictOwns(ctxt->dict, ctxt->encoding)))) in xmlSAX2ExternalSubset()
2622 (xmlDictOwns(ctxt->dict, lastChild->content))) { in xmlSAX2Characters()
Delfgcchack.h2966 #undef xmlDictOwns
2967 extern __typeof (xmlDictOwns) xmlDictOwns __attribute((alias("xmlDictOwns__internal_alias")));
2969 #ifndef xmlDictOwns
2970 extern __typeof (xmlDictOwns) xmlDictOwns__internal_alias __attribute((visibility("hidden")));
2971 #define xmlDictOwns xmlDictOwns__internal_alias macro
Dparser.c5709 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseNotationType()
5777 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType()
5785 if (!xmlDictOwns(ctxt->dict, name)) in xmlParseEnumerationType()
14832 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
Dxmlreader.c247 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
/third_party/libxml2/include/libxml/
Ddict.h65 xmlDictOwns (xmlDictPtr dict,
/third_party/libxml2/win32/
Dlibxml2.def.src777 xmlDictOwns

12