Home
last modified time | relevance | path

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

/external/libxml2/
Dvalid.c4147 int nbId; in xmlValidateAttributeDecl() local
4153 nbId = xmlScanIDAttributeDecl(NULL, elem, 0); in xmlValidateAttributeDecl()
4161 nbId = 0; in xmlValidateAttributeDecl()
4165 xmlValidateAttributeIdCallback, &nbId); in xmlValidateAttributeDecl()
4168 if (nbId > 1) { in xmlValidateAttributeDecl()
4172 attr->elem, nbId, attr->name); in xmlValidateAttributeDecl()
4183 } else if (extId + nbId > 1) { in xmlValidateAttributeDecl()