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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c6413 #define exp_max field.count.f_max macro
6674 if ((insert->exp_min == min) && (insert->exp_max == max) &&
6700 entry->exp_max = max;
7105 if (exp->exp_max == 0)
7116 if (exp->exp_max == 1)
7118 if (exp->exp_max < 0) /* unbounded */
7121 max = exp->exp_max - 1;
7360 (sub->exp_max == 1) &&
7420 if (sub->exp_max < 0)
7423 max = sub->exp_max
[all...]

Completed in 72 milliseconds