Parent Directory
|
Revision Log
|
Patch
revision 545 by ph10, Wed Jun 16 10:51:15 2010 UTC | revision 550 by ph10, Sun Oct 10 16:24:11 2010 UTC | |
---|---|---|
# | Line 419 for (;;) | Line 419 for (;;) |
419 | case OP_MARK: | case OP_MARK: |
420 | case OP_PRUNE_ARG: | case OP_PRUNE_ARG: |
421 | case OP_SKIP_ARG: | case OP_SKIP_ARG: |
case OP_THEN_ARG: | ||
422 | cc += _pcre_OP_lengths[op] + cc[1]; | cc += _pcre_OP_lengths[op] + cc[1]; |
423 | break; | break; |
424 | ||
425 | case OP_THEN_ARG: | |
426 | cc += _pcre_OP_lengths[op] + cc[1+LINK_SIZE]; | |
427 | break; | |
428 | ||
429 | /* For the record, these are the opcodes that are matched by "default": | /* For the record, these are the opcodes that are matched by "default": |
430 | 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, |
431 | OP_THEN. */ | OP_THEN. */ |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |