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

/external/chromium_org/third_party/libxml/src/
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.c321 int maxState; /* the size of the array */ member in struct:_xmlRelaxNGStates
1029 ret->maxState = size;
1060 if (states->nbState >= states->maxState) {
1064 size = states->maxState * 2;
1074 states->maxState = size;
1100 if (states->nbState >= states->maxState) {
1104 size = states->maxState * 2;
1114 states->maxState = size;
/external/libxml2/
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.c321 int maxState; /* the size of the array */ member in struct:_xmlRelaxNGStates
1029 ret->maxState = size;
1060 if (states->nbState >= states->maxState) {
1064 size = states->maxState * 2;
1074 states->maxState = size;
1100 if (states->nbState >= states->maxState) {
1104 size = states->maxState * 2;
1114 states->maxState = size;

Completed in 134 milliseconds