Home | History | Annotate | Download | only in html

Lines Matching full:alternative

19 <li><a name="TOC4" href="#SEC4">THE ALTERNATIVE MATCHING ALGORITHM</a>
20 <li><a name="TOC5" href="#SEC5">ADVANTAGES OF THE ALTERNATIVE ALGORITHM</a>
21 <li><a name="TOC6" href="#SEC6">DISADVANTAGES OF THE ALTERNATIVE ALGORITHM</a>
37 An alternative algorithm is provided by the <b>pcre_dfa_exec()</b>,
39 a different way, and are not Perl-compatible. This alternative has advantages
55 them, whereas the alternative algorithm finds all three.
74 tries the next alternative branch at that level. This often involves backing up
92 <br><a name="SEC4" href="#TOC1">THE ALTERNATIVE MATCHING ALGORITHM</a><br>
139 supported by the alternative matching algorithm. They are as follows:
181 these modes, because the alternative algorithm moves through the subject string
188 <br><a name="SEC5" href="#TOC1">ADVANTAGES OF THE ALTERNATIVE ALGORITHM</a><br>
190 Using the alternative matching algorithm provides the following advantages:
199 2. Because the alternative algorithm scans the subject string just once, and
209 <br><a name="SEC6" href="#TOC1">DISADVANTAGES OF THE ALTERNATIVE ALGORITHM</a><br>
211 The alternative algorithm suffers from a number of disadvantages: