OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nbStep
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
pattern.c
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))
[
all
...]
xpath.c
574
int
nbStep
; /* Number of steps in this expression */
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
].op = op
[
all
...]
Completed in 16 milliseconds