Parent Directory
|
Revision Log
|
Patch
| revision 487 by ph10, Wed Jan 6 10:26:55 2010 UTC | revision 510 by ph10, Sat Mar 27 17:45:29 2010 UTC | |
|---|---|---|
| # | Line 412 for (;;) | Line 412 for (;;) |
| 412 | if (utf8 && cc[-1] >= 0xc0) cc += _pcre_utf8_table4[cc[-1] & 0x3f]; | if (utf8 && cc[-1] >= 0xc0) cc += _pcre_utf8_table4[cc[-1] & 0x3f]; |
| 413 | #endif | #endif |
| 414 | break; | break; |
| 415 | ||
| 416 | /* Skip these, but we need to add in the name length. */ | |
| 417 | ||
| 418 | case OP_MARK: | |
| 419 | case OP_PRUNE_ARG: | |
| 420 | case OP_SKIP_ARG: | |
| 421 | case OP_THEN_ARG: | |
| 422 | cc += _pcre_OP_lengths[op] + cc[1]; | |
| 423 | break; | |
| 424 | ||
| 425 | /* For the record, these are the opcodes that are matched by "default": | /* For the record, these are the opcodes that are matched by "default": |
| 426 | OP_ACCEPT, OP_CLOSE, OP_COMMIT, OP_FAIL, OP_PRUNE, OP_SET_SOM, OP_SKIP, | OP_ACCEPT, OP_CLOSE, OP_COMMIT, OP_FAIL, OP_PRUNE, OP_SET_SOM, OP_SKIP, |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |