Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nbState

108     int nbState;		/* number of states in the automata */
1458 printf("Stream: level %d, %d states: ", ctxt->level, ctxt->nbState);
1463 for (i = 0;i < ctxt->nbState;i++) {
1772 cur->nbState = 0;
1811 for (i = 0;i < comp->nbState;i++) {
1818 if (comp->nbState >= comp->maxState) {
1831 comp->states[2 * comp->nbState] = idx;
1832 comp->states[2 * comp->nbState++ + 1] = level;
1833 return(comp->nbState - 1);
1863 if ((stream == NULL) || (stream->nbState < 0))
1872 stream->nbState = 0;
1950 m = stream->nbState;
1957 stepNr = stream->states[2 * (stream->nbState -1)];
1961 if (stream->states[(2 * (stream->nbState -1)) + 1] <
2298 for (i = stream->nbState -1; i >= 0; i--) {
2302 stream->nbState--;