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

/macosx-10.9.5/libxml2-26/libxml2/
H A Drelaxng.c306 int maxAttrs; /* the size of attrs */ member in struct:_xmlRelaxNGValidState
1231 ret->maxAttrs = 4;
1233 ret->maxAttrs = nbAttrs;
1234 ret->attrs = (xmlAttrPtr *) xmlMalloc(ret->maxAttrs *
1240 } else if (ret->maxAttrs < nbAttrs) {
1250 ret->maxAttrs = nbAttrs;
1282 unsigned int maxAttrs; local
1301 maxAttrs = ret->maxAttrs;
1304 ret->maxAttrs
[all...]
H A Dparser.c1054 int maxAttrs; /* the size of the array */ member in struct:_xmlDefAttrs
1212 defaults->maxAttrs = 4;
1218 } else if (defaults->nbAttrs >= defaults->maxAttrs) {
1222 (2 * defaults->maxAttrs * 5) * sizeof(const xmlChar *));
1226 defaults->maxAttrs *= 2;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Drelaxng.c305 int maxAttrs; /* the size of attrs */ member in struct:_xmlRelaxNGValidState
1230 ret->maxAttrs = 4;
1232 ret->maxAttrs = nbAttrs;
1233 ret->attrs = (xmlAttrPtr *) xmlMalloc(ret->maxAttrs *
1239 } else if (ret->maxAttrs < nbAttrs) {
1249 ret->maxAttrs = nbAttrs;
1281 unsigned int maxAttrs; local
1300 maxAttrs = ret->maxAttrs;
1303 ret->maxAttrs
[all...]
H A Dparser.c999 int maxAttrs; /* the size of the array */ member in struct:_xmlDefAttrs
1157 defaults->maxAttrs = 4;
1163 } else if (defaults->nbAttrs >= defaults->maxAttrs) {
1167 (2 * defaults->maxAttrs * 5) * sizeof(const xmlChar *));
1171 defaults->maxAttrs *= 2;

Completed in 241 milliseconds