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.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.c1014 int nbAttrs; /* number of defaulted attributes on that element */ member in struct:_xmlDefAttrs
1172 defaults->nbAttrs = 0;
1179 } else if (defaults->nbAttrs >= defaults->maxAttrs) {
1208 defaults->values[5 * defaults->nbAttrs] = name;
1209 defaults->values[5 * defaults->nbAttrs + 1] = prefix;
1213 defaults->values[5 * defaults->nbAttrs + 2] = value;
1214 defaults->values[5 * defaults->nbAttrs + 3] = value + len;
1216 defaults->values[5 * defaults->nbAttrs + 4] = BAD_CAST "external";
1218 defaults->values[5 * defaults->nbAttrs + 4] = NULL;
1219 defaults->nbAttrs
[all...]
H A Dxmlschemas.c25173 int i, j, found, nbAttrs, nbUses; local
25198 * @nbAttrs is the number of attributes present in the instance.
25200 nbAttrs = vctxt->nbAttrInfos;
25209 for (j = 0; j < nbAttrs; j++) {
25305 for (i = 0; i < nbAttrs; i++) {

Completed in 209 milliseconds