Searched refs:nbStep (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/
H A Dpattern.c99 int nbStep; /* number of steps in the automata */ member in struct:_xmlStreamComp
167 int nbStep; member in struct:_xmlPattern
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 >
[all...]
H A Dxpath.c574 int nbStep; /* Number of steps in this expression */ member in struct:_xmlXPathCompExpr
630 cur->nbStep = 0;
661 for (i = 0; i < comp->nbStep; i++) {
673 for (i = 0; i < comp->nbStep; i++) {
722 if (comp->nbStep >= comp->maxStep) {
735 comp->last = comp->nbStep;
736 comp->steps[comp->nbStep].rewriteType = 0;
737 comp->steps[comp->nbStep].ch1 = ch1;
738 comp->steps[comp->nbStep].ch2 = ch2;
739 comp->steps[comp->nbStep]
[all...]
/external/libxslt/libxslt/
H A Dpattern.c109 int nbStep; member in struct:_xsltCompMatch
154 cur->nbStep = 0;
186 for (i = 0;i < comp->nbStep;i++) {
234 for (ix = 0; ix < comp->nbStep; ix++) {
296 if (comp->nbStep >= comp->maxStep) {
311 comp->steps[comp->nbStep].op = op;
312 comp->steps[comp->nbStep].value = value;
313 comp->steps[comp->nbStep].value2 = value2;
314 comp->steps[comp->nbStep].value3 = NULL;
315 comp->steps[comp->nbStep]
[all...]

Completed in 40 milliseconds