Home | History | Annotate | Download | only in src

Lines Matching refs:nbStep

99     int nbStep;			/* number of steps in the automata */
167 int nbStep;
242 for (i = 0;i < comp->nbStep;i++) {
347 if (comp->nbStep >= comp->maxStep) {
359 comp->steps[comp->nbStep].op = op;
360 comp->steps[comp->nbStep].value = value;
361 comp->steps[comp->nbStep].value2 = value2;
362 comp->nbStep++;
376 int j = comp->nbStep - 1;
410 if ((comp->nbStep > 0) && (comp->steps[0].op == XML_OP_ANCESTOR)) {
411 for (i = 0, j = 1;j < comp->nbStep;i++,j++) {
416 comp->nbStep--;
418 if (comp->nbStep >= comp->maxStep) {
431 j = comp->nbStep - 1;
447 comp->steps[comp->nbStep].value = NULL;
448 comp->steps[comp->nbStep].value2 = NULL;
449 comp->steps[comp->nbStep++].op = XML_OP_END;
502 for (;i < comp->nbStep;i++) {
1431 printf("Stream: %d steps\n", stream->nbStep);
1432 for (i = 0;i < stream->nbStep;i++) {
1507 cur->nbStep = 0;
1545 if (comp->nbStep >= comp->maxStep) {
1556 cur = &comp->steps[comp->nbStep++];
1561 return(comp->nbStep - 1);
1583 if ((comp->nbStep == 1) &&
1596 stream = xmlNewStreamComp((comp->nbStep / 2) + 1);
1608 for (;i < comp->nbStep;i++) {
1645 if ((comp->nbStep == i + 1) &&
1651 if (comp->nbStep == i + 1) {
1726 if (stream->nbStep > 0) {
1731 if (stream->nbStep <= s)
1876 if (comp->nbStep == 0) {
1880 if ((comp->nbStep == 1) &&
1904 if (comp->nbStep == 0) {
2551 for (i = 0;i < comp->stream->nbStep;i++)
2554 if (comp->stream->nbStep > ret)
2555 ret = comp->stream->nbStep;
2579 if (comp->stream->nbStep < ret)
2580 ret = comp->stream->nbStep;