| 347 |
0: 3789 |
0: 3789 |
| 348 |
.sp |
.sp |
| 349 |
Of course, instead of using PCRE_DFA_PARTIAL, the same technique of re-running |
Of course, instead of using PCRE_DFA_PARTIAL, the same technique of re-running |
| 350 |
the entire match can also be used with \fBpcre_dfa_exec()\fP. Another |
the entire match can also be used with \fBpcre_dfa_exec()\fP. Another |
| 351 |
possibility is to work with two buffers. If a partial match at offset \fIn\fP |
possibility is to work with two buffers. If a partial match at offset \fIn\fP |
| 352 |
in the first buffer is followed by "no match" when PCRE_DFA_RESTART is used on |
in the first buffer is followed by "no match" when PCRE_DFA_RESTART is used on |
| 353 |
the second buffer, you can then try a new match starting at offset \fIn+1\fP in |
the second buffer, you can then try a new match starting at offset \fIn+1\fP in |
| 354 |
the first buffer. |
the first buffer. |
| 355 |
. |
. |
| 356 |
. |
. |