Home
last modified time | relevance | path

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

/third_party/libxml2/
Dvalid.c4245 int nbId; in xmlValidateAttributeDecl() local
4251 nbId = xmlScanIDAttributeDecl(NULL, elem, 0); in xmlValidateAttributeDecl()
4259 nbId = 0; in xmlValidateAttributeDecl()
4263 xmlValidateAttributeIdCallback, &nbId); in xmlValidateAttributeDecl()
4266 if (nbId > 1) { in xmlValidateAttributeDecl()
4270 attr->elem, nbId, attr->name); in xmlValidateAttributeDecl()
4281 } else if (extId + nbId > 1) { in xmlValidateAttributeDecl()