| 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. */ |
/* Skip these, but we need to add in the name length. */ |
| 417 |
|
|
| 418 |
case OP_MARK: |
case OP_MARK: |
| 419 |
case OP_PRUNE_ARG: |
case OP_PRUNE_ARG: |
| 420 |
case OP_SKIP_ARG: |
case OP_SKIP_ARG: |
| 421 |
case OP_THEN_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 |
/* 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, |