Searched refs:xmlGetDtdAttrDesc (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dvalid.c2747 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname,
2750 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname,
3057 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name);
3059 attrDecl = xmlGetDtdAttrDesc(doc->extSubset,
3282 * xmlGetDtdAttrDesc:
3294 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) { function
3887 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name);
3889 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullname, name);
3897 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name);
3899 attrDecl = xmlGetDtdAttrDesc(do
[all...]
H A Dvalid.in.h390 xmlGetDtdAttrDesc (xmlDtdPtr dtd,
H A Dtree.c6229 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name);
6231 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dvalid.c2756 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname,
2759 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname,
3079 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name);
3081 attrDecl = xmlGetDtdAttrDesc(doc->extSubset,
3304 * xmlGetDtdAttrDesc:
3316 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) { function
4012 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name);
4014 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullname, name);
4022 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name);
4024 attrDecl = xmlGetDtdAttrDesc(do
[all...]
H A Delfgcchack.h3829 #undef xmlGetDtdAttrDesc macro
3830 extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc __attribute((alias("xmlGetDtdAttrDesc__internal_alias")));
3832 #ifndef xmlGetDtdAttrDesc
3833 extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc__internal_alias __attribute((visibility("hidden")));
3834 #define xmlGetDtdAttrDesc xmlGetDtdAttrDesc__internal_alias macro
H A Dtree.c6287 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name);
6289 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name);
H A Dtestapi.c25012 ret_val = xmlGetDtdAttrDesc(dtd, (const xmlChar *)elem, (const xmlChar *)name);
25020 printf("Leak of %d blocks found in xmlGetDtdAttrDesc",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dvalid.c2756 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname,
2759 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname,
3079 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name);
3081 attrDecl = xmlGetDtdAttrDesc(doc->extSubset,
3304 * xmlGetDtdAttrDesc:
3316 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) { function
4012 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name);
4014 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullname, name);
4022 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name);
4024 attrDecl = xmlGetDtdAttrDesc(do
[all...]
H A Delfgcchack.h3829 #undef xmlGetDtdAttrDesc macro
3830 extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc __attribute((alias("xmlGetDtdAttrDesc__internal_alias")));
3832 #ifndef xmlGetDtdAttrDesc
3833 extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc__internal_alias __attribute((visibility("hidden")));
3834 #define xmlGetDtdAttrDesc xmlGetDtdAttrDesc__internal_alias macro
H A Dtree.c6287 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name);
6289 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name);
H A Dtestapi.c25012 ret_val = xmlGetDtdAttrDesc(dtd, (const xmlChar *)elem, (const xmlChar *)name);
25020 printf("Leak of %d blocks found in xmlGetDtdAttrDesc",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dvalid.c2747 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname,
2750 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname,
3057 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name);
3059 attrDecl = xmlGetDtdAttrDesc(doc->extSubset,
3282 * xmlGetDtdAttrDesc:
3294 xmlGetDtdAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name) { function
3887 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, name);
3889 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullname, name);
3897 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, name);
3899 attrDecl = xmlGetDtdAttrDesc(do
[all...]
H A Dvalid.in.h390 xmlGetDtdAttrDesc (xmlDtdPtr dtd,
H A Dtree.c6229 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name);
6231 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dvalid.h390 xmlGetDtdAttrDesc (xmlDtdPtr dtd,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dvalid.h390 xmlGetDtdAttrDesc (xmlDtdPtr dtd,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dvalid.h390 xmlGetDtdAttrDesc (xmlDtdPtr dtd,

Completed in 1434 milliseconds