Home
last modified time | relevance | path

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

/external/libxml2/
Dvalid.c4149 int nbId; in xmlValidateAttributeDecl() local
4155 nbId = xmlScanIDAttributeDecl(NULL, elem, 0); in xmlValidateAttributeDecl()
4163 nbId = 0; in xmlValidateAttributeDecl()
4167 xmlValidateAttributeIdCallback, &nbId); in xmlValidateAttributeDecl()
4170 if (nbId > 1) { in xmlValidateAttributeDecl()
4174 attr->elem, nbId, attr->name); in xmlValidateAttributeDecl()
4185 } else if (extId + nbId > 1) { in xmlValidateAttributeDecl()