Home
last modified time | relevance | path

Searched refs:xmlGetDtdQAttrDesc (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h394 xmlGetDtdQAttrDesc (xmlDtdPtr dtd,
/external/libxml2/
Dvalid.c3306 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, in xmlGetDtdQAttrDesc() function
4369 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname, in xmlValidateOneAttribute()
4372 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, fullname, in xmlValidateOneAttribute()
4385 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name, in xmlValidateOneAttribute()
4388 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elem->name, in xmlValidateOneAttribute()
4548 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname, in xmlValidateOneNamespace()
4551 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, fullname, in xmlValidateOneNamespace()
4565 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name, in xmlValidateOneNamespace()
4568 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elem->name, in xmlValidateOneNamespace()
DSAX2.c1455 (xmlGetDtdQAttrDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
1458 (xmlGetDtdQAttrDesc(ctxt->myDoc->intSubset, in xmlCheckDefaultedAttributes()
1528 tst = xmlGetDtdQAttrDesc(ctxt->myDoc->intSubset, in xmlCheckDefaultedAttributes()
Dlibxml2.syms654 xmlGetDtdQAttrDesc;
Dtree.c4479 xmlGetDtdQAttrDesc(ret, tmp->elem, tmp->name, tmp->prefix); in xmlCopyDtd()
6535 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, in xmlGetPropNodeInternal()
6538 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal()
6557 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName, in xmlGetPropNodeInternal()
6562 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elemQName, in xmlGetPropNodeInternal()
Delfgcchack.h3985 #undef xmlGetDtdQAttrDesc
3986 extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc __attribute((alias("xmlGetDtdQAttrDesc__int…
3988 #ifndef xmlGetDtdQAttrDesc
3989 extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc__internal_alias __attribute((visibility("hi…
3990 #define xmlGetDtdQAttrDesc xmlGetDtdQAttrDesc__internal_alias macro
Dtestapi.c25479 …ret_val = xmlGetDtdQAttrDesc(dtd, (const xmlChar *)elem, (const xmlChar *)name, (const xmlChar *)p… in test_xmlGetDtdQAttrDesc()
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle506 d xmlGetDtdQAttrDesc...
507 d pr extproc('xmlGetDtdQAttrDesc')
/external/libxml2/win32/
Dlibxml2.def.src916 xmlGetDtdQAttrDesc