Home
last modified time | relevance | path

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

/external/libxml2/
Dvalid.c4180 int nbId; in xmlValidateAttributeDecl() local
4186 nbId = xmlScanIDAttributeDecl(NULL, elem, 0); in xmlValidateAttributeDecl()
4194 nbId = 0; in xmlValidateAttributeDecl()
4198 xmlValidateAttributeIdCallback, &nbId); in xmlValidateAttributeDecl()
4201 if (nbId > 1) { in xmlValidateAttributeDecl()
4205 attr->elem, nbId, attr->name); in xmlValidateAttributeDecl()
4216 } else if (extId + nbId > 1) { in xmlValidateAttributeDecl()