Searched refs:maxState (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 Dpattern.c109 int maxState; /* allocated number of states */ member in struct:_xmlStreamCtxt
1771 cur->maxState = 4;
1816 if (comp->nbState >= comp->maxState) {
1820 comp->maxState * 4 * sizeof(int));
1827 comp->maxState *= 2;
H A Drelaxng.c320 int maxState; /* the size of the array */ member in struct:_xmlRelaxNGStates
1027 ret->maxState = size;
1058 if (states->nbState >= states->maxState) {
1062 size = states->maxState * 2;
1072 states->maxState = size;
1098 if (states->nbState >= states->maxState) {
1102 size = states->maxState * 2;
1112 states->maxState = size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dpattern.c109 int maxState; /* allocated number of states */ member in struct:_xmlStreamCtxt
1773 cur->maxState = 4;
1818 if (comp->nbState >= comp->maxState) {
1822 comp->maxState * 4 * sizeof(int));
1829 comp->maxState *= 2;
H A Drelaxng.c320 int maxState; /* the size of the array */ member in struct:_xmlRelaxNGStates
1027 ret->maxState = size;
1058 if (states->nbState >= states->maxState) {
1062 size = states->maxState * 2;
1072 states->maxState = size;
1098 if (states->nbState >= states->maxState) {
1102 size = states->maxState * 2;
1112 states->maxState = size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dpattern.c109 int maxState; /* allocated number of states */ member in struct:_xmlStreamCtxt
1773 cur->maxState = 4;
1818 if (comp->nbState >= comp->maxState) {
1822 comp->maxState * 4 * sizeof(int));
1829 comp->maxState *= 2;
H A Drelaxng.c320 int maxState; /* the size of the array */ member in struct:_xmlRelaxNGStates
1027 ret->maxState = size;
1058 if (states->nbState >= states->maxState) {
1062 size = states->maxState * 2;
1072 states->maxState = size;
1098 if (states->nbState >= states->maxState) {
1102 size = states->maxState * 2;
1112 states->maxState = size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dpattern.c109 int maxState; /* allocated number of states */ member in struct:_xmlStreamCtxt
1771 cur->maxState = 4;
1816 if (comp->nbState >= comp->maxState) {
1820 comp->maxState * 4 * sizeof(int));
1827 comp->maxState *= 2;
H A Drelaxng.c320 int maxState; /* the size of the array */ member in struct:_xmlRelaxNGStates
1027 ret->maxState = size;
1058 if (states->nbState >= states->maxState) {
1062 size = states->maxState * 2;
1072 states->maxState = size;
1098 if (states->nbState >= states->maxState) {
1102 size = states->maxState * 2;
1112 states->maxState = size;

Completed in 243 milliseconds