| 6 |
and semantics are as close as possible to those of the Perl 5 language. |
and semantics are as close as possible to those of the Perl 5 language. |
| 7 |
|
|
| 8 |
Written by Philip Hazel |
Written by Philip Hazel |
| 9 |
Copyright (c) 1997-2009 University of Cambridge |
Copyright (c) 1997-2011 University of Cambridge |
| 10 |
|
|
| 11 |
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
| 12 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
| 129 |
study->minlength : -1; |
study->minlength : -1; |
| 130 |
break; |
break; |
| 131 |
|
|
| 132 |
|
case PCRE_INFO_JIT: |
| 133 |
|
*((int *)where) = extra_data != NULL && |
| 134 |
|
(extra_data->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && |
| 135 |
|
extra_data->executable_jit != NULL; |
| 136 |
|
break; |
| 137 |
|
|
| 138 |
case PCRE_INFO_LASTLITERAL: |
case PCRE_INFO_LASTLITERAL: |
| 139 |
*((int *)where) = |
*((int *)where) = |
| 140 |
((re->flags & PCRE_REQCHSET) != 0)? re->req_byte : -1; |
((re->flags & PCRE_REQCHSET) != 0)? re->req_byte : -1; |