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

/external/libxml2/
H A Dvalid.c4148 int nbId; local
4154 nbId = xmlScanIDAttributeDecl(NULL, elem, 0);
4162 nbId = 0;
4166 xmlValidateAttributeIdCallback, &nbId);
4169 if (nbId > 1) {
4173 attr->elem, nbId, attr->name); local
4184 } else if (extId + nbId > 1) {

Completed in 66 milliseconds