Searched defs:c_max (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c6397 int c_max; /* the maximum length it can consume */ member in struct:_xmlExpNode
6697 entry->c_max = 1;
6705 entry->c_max = -1;
6707 entry->c_max = max * entry->exp_left->c_max;
6714 if ((entry->exp_left->c_max == -1) ||
6715 (entry->exp_right->c_max == -1))
6716 entry->c_max = -1;
6717 else if (entry->exp_left->c_max > entry->exp_right->c_max)
[all...]

Completed in 65 milliseconds