Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nbState

111     int nbState;		/* number of states in the automata */
1462 printf("Stream: level %d, %d states: ", ctxt->level, ctxt->nbState);
1467 for (i = 0;i < ctxt->nbState;i++) {
1776 cur->nbState = 0;
1815 for (i = 0;i < comp->nbState;i++) {
1822 if (comp->nbState >= comp->maxState) {
1835 comp->states[2 * comp->nbState] = idx;
1836 comp->states[2 * comp->nbState++ + 1] = level;
1837 return(comp->nbState - 1);
1867 if ((stream == NULL) || (stream->nbState < 0))
1876 stream->nbState = 0;
1954 m = stream->nbState;
1961 stepNr = stream->states[2 * (stream->nbState -1)];
1965 if (stream->states[(2 * (stream->nbState -1)) + 1] <
2302 for (i = stream->nbState -1; i >= 0; i--) {
2306 stream->nbState--;