Home
last modified time | relevance | path

Searched refs:nbId (Results 1 – 2 of 2) 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()
/third_party/gettext/gnulib-local/lib/libxml/
Dvalid.c4209 int nbId; in xmlValidateAttributeDecl() local
4215 nbId = xmlScanIDAttributeDecl(NULL, elem, 0); in xmlValidateAttributeDecl()
4223 nbId = 0; in xmlValidateAttributeDecl()
4227 xmlValidateAttributeIdCallback, &nbId); in xmlValidateAttributeDecl()
4230 if (nbId > 1) { in xmlValidateAttributeDecl()
4234 attr->elem, nbId, attr->name); in xmlValidateAttributeDecl()
4245 } else if (extId + nbId > 1) { in xmlValidateAttributeDecl()