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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Drelaxng.c304 int maxAttrs; /* the size of attrs */ member in struct:_xmlRelaxNGValidState
1228 ret->maxAttrs = 4;
1230 ret->maxAttrs = nbAttrs;
1231 ret->attrs = (xmlAttrPtr *) xmlMalloc(ret->maxAttrs *
1237 } else if (ret->maxAttrs < nbAttrs) {
1247 ret->maxAttrs = nbAttrs;
1279 unsigned int maxAttrs; local
1298 maxAttrs = ret->maxAttrs;
1301 ret->maxAttrs
[all...]
H A Dparser.c858 int maxAttrs; /* the size of the array */ member in struct:_xmlDefAttrs
910 defaults->maxAttrs = 4;
912 } else if (defaults->nbAttrs >= defaults->maxAttrs) {
916 (2 * defaults->maxAttrs * 4) * sizeof(const xmlChar *));
920 defaults->maxAttrs *= 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Drelaxng.c304 int maxAttrs; /* the size of attrs */ member in struct:_xmlRelaxNGValidState
1228 ret->maxAttrs = 4;
1230 ret->maxAttrs = nbAttrs;
1231 ret->attrs = (xmlAttrPtr *) xmlMalloc(ret->maxAttrs *
1237 } else if (ret->maxAttrs < nbAttrs) {
1247 ret->maxAttrs = nbAttrs;
1279 unsigned int maxAttrs; local
1298 maxAttrs = ret->maxAttrs;
1301 ret->maxAttrs
[all...]
H A Dparser.c982 int maxAttrs; /* the size of the array */ member in struct:_xmlDefAttrs
1140 defaults->maxAttrs = 4;
1146 } else if (defaults->nbAttrs >= defaults->maxAttrs) {
1150 (2 * defaults->maxAttrs * 5) * sizeof(const xmlChar *));
1154 defaults->maxAttrs *= 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Drelaxng.c304 int maxAttrs; /* the size of attrs */ member in struct:_xmlRelaxNGValidState
1228 ret->maxAttrs = 4;
1230 ret->maxAttrs = nbAttrs;
1231 ret->attrs = (xmlAttrPtr *) xmlMalloc(ret->maxAttrs *
1237 } else if (ret->maxAttrs < nbAttrs) {
1247 ret->maxAttrs = nbAttrs;
1279 unsigned int maxAttrs; local
1298 maxAttrs = ret->maxAttrs;
1301 ret->maxAttrs
[all...]
H A Dparser.c982 int maxAttrs; /* the size of the array */ member in struct:_xmlDefAttrs
1140 defaults->maxAttrs = 4;
1146 } else if (defaults->nbAttrs >= defaults->maxAttrs) {
1150 (2 * defaults->maxAttrs * 5) * sizeof(const xmlChar *));
1154 defaults->maxAttrs *= 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Drelaxng.c304 int maxAttrs; /* the size of attrs */ member in struct:_xmlRelaxNGValidState
1228 ret->maxAttrs = 4;
1230 ret->maxAttrs = nbAttrs;
1231 ret->attrs = (xmlAttrPtr *) xmlMalloc(ret->maxAttrs *
1237 } else if (ret->maxAttrs < nbAttrs) {
1247 ret->maxAttrs = nbAttrs;
1279 unsigned int maxAttrs; local
1298 maxAttrs = ret->maxAttrs;
1301 ret->maxAttrs
[all...]
H A Dparser.c858 int maxAttrs; /* the size of the array */ member in struct:_xmlDefAttrs
910 defaults->maxAttrs = 4;
912 } else if (defaults->nbAttrs >= defaults->maxAttrs) {
916 (2 * defaults->maxAttrs * 4) * sizeof(const xmlChar *));
920 defaults->maxAttrs *= 2;

Completed in 414 milliseconds