Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dvalid.h394 xmlGetDtdQAttrDesc (xmlDtdPtr dtd,
/external/libxml2/
Dvalid.c3305 xmlGetDtdQAttrDesc(xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, in xmlGetDtdQAttrDesc() function
4368 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname, in xmlValidateOneAttribute()
4371 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, fullname, in xmlValidateOneAttribute()
4384 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name, in xmlValidateOneAttribute()
4387 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elem->name, in xmlValidateOneAttribute()
4547 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, fullname, in xmlValidateOneNamespace()
4550 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, fullname, in xmlValidateOneNamespace()
4564 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elem->name, in xmlValidateOneNamespace()
4567 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elem->name, in xmlValidateOneNamespace()
DSAX2.c1419 (xmlGetDtdQAttrDesc(ctxt->myDoc->extSubset, in xmlCheckDefaultedAttributes()
1422 (xmlGetDtdQAttrDesc(ctxt->myDoc->intSubset, in xmlCheckDefaultedAttributes()
1492 tst = xmlGetDtdQAttrDesc(ctxt->myDoc->intSubset, in xmlCheckDefaultedAttributes()
Dtree.c4409 xmlGetDtdQAttrDesc(ret, tmp->elem, tmp->name, tmp->prefix); in xmlCopyDtd()
6389 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, in xmlGetPropNodeInternal()
6392 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal()
6411 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName, in xmlGetPropNodeInternal()
6416 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elemQName, in xmlGetPropNodeInternal()
Delfgcchack.h3893 #undef xmlGetDtdQAttrDesc
3894 extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc __attribute((alias("xmlGetDtdQAttrDesc__int…
3896 #ifndef xmlGetDtdQAttrDesc
3897 extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc__internal_alias __attribute((visibility("hi…
3898 #define xmlGetDtdQAttrDesc xmlGetDtdQAttrDesc__internal_alias macro