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

/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c304 int nbAttrs; /* the number of attributes */ member in struct:_xmlRelaxNGValidState
1187 int nbAttrs = 0; local
1197 if (nbAttrs < MAX_ATTR)
1198 attrs[nbAttrs++] = attr;
1200 nbAttrs++;
1226 ret->nbAttrs = 0;
1227 if (nbAttrs > 0) {
1229 if (nbAttrs < 4)
1232 ret->maxAttrs = nbAttrs;
1239 } else if (ret->maxAttrs < nbAttrs) {
[all...]
H A Dparser.c1004 int nbAttrs; /* number of defaulted attributes on that element */ member in struct:_xmlDefAttrs
1162 defaults->nbAttrs = 0;
1169 } else if (defaults->nbAttrs >= defaults->maxAttrs) {
1198 defaults->values[5 * defaults->nbAttrs] = name;
1199 defaults->values[5 * defaults->nbAttrs + 1] = prefix;
1203 defaults->values[5 * defaults->nbAttrs + 2] = value;
1204 defaults->values[5 * defaults->nbAttrs + 3] = value + len;
1206 defaults->values[5 * defaults->nbAttrs + 4] = BAD_CAST "external";
1208 defaults->values[5 * defaults->nbAttrs + 4] = NULL;
1209 defaults->nbAttrs
[all...]
H A Dxmlschemas.c25172 int i, j, found, nbAttrs, nbUses; local
25197 * @nbAttrs is the number of attributes present in the instance.
25199 nbAttrs = vctxt->nbAttrInfos;
25208 for (j = 0; j < nbAttrs; j++) {
25304 for (i = 0; i < nbAttrs; i++) {
/external/libxml2/
H A Drelaxng.c305 int nbAttrs; /* the number of attributes */ member in struct:_xmlRelaxNGValidState
1188 int nbAttrs = 0; local
1198 if (nbAttrs < MAX_ATTR)
1199 attrs[nbAttrs++] = attr;
1201 nbAttrs++;
1227 ret->nbAttrs = 0;
1228 if (nbAttrs > 0) {
1230 if (nbAttrs < 4)
1233 ret->maxAttrs = nbAttrs;
1240 } else if (ret->maxAttrs < nbAttrs) {
[all...]
H A Dparser.c1053 int nbAttrs; /* number of defaulted attributes on that element */ member in struct:_xmlDefAttrs
1211 defaults->nbAttrs = 0;
1218 } else if (defaults->nbAttrs >= defaults->maxAttrs) {
1247 defaults->values[5 * defaults->nbAttrs] = name;
1248 defaults->values[5 * defaults->nbAttrs + 1] = prefix;
1252 defaults->values[5 * defaults->nbAttrs + 2] = value;
1253 defaults->values[5 * defaults->nbAttrs + 3] = value + len;
1255 defaults->values[5 * defaults->nbAttrs + 4] = BAD_CAST "external";
1257 defaults->values[5 * defaults->nbAttrs + 4] = NULL;
1258 defaults->nbAttrs
[all...]
H A Dxmlschemas.c25201 int i, j, found, nbAttrs, nbUses; local
25226 * @nbAttrs is the number of attributes present in the instance.
25228 nbAttrs = vctxt->nbAttrInfos;
25237 for (j = 0; j < nbAttrs; j++) {
25333 for (i = 0; i < nbAttrs; i++) {

Completed in 223 milliseconds