| 1 |
.TH PCREAPI 3 "14 April 2012" "PCRE 8.31" |
.TH PCREAPI 3 "19 April 2012" "PCRE 8.31" |
| 2 |
.SH NAME |
.SH NAME |
| 3 |
PCRE - Perl-compatible regular expressions |
PCRE - Perl-compatible regular expressions |
| 4 |
.sp |
.sp |
| 2104 |
.\" |
.\" |
| 2105 |
documentation for more details. |
documentation for more details. |
| 2106 |
.sp |
.sp |
| 2107 |
PCRE_ERROR_BADMODE (-28) |
PCRE_ERROR_BADMODE (-28) |
| 2108 |
.sp |
.sp |
| 2109 |
This error is given if a pattern that was compiled by the 8-bit library is |
This error is given if a pattern that was compiled by the 8-bit library is |
| 2110 |
passed to a 16-bit library function, or vice versa. |
passed to a 16-bit library function, or vice versa. |
| 2111 |
.sp |
.sp |
| 2112 |
PCRE_ERROR_BADENDIANNESS (-29) |
PCRE_ERROR_BADENDIANNESS (-29) |
| 2113 |
.sp |
.sp |
| 2114 |
This error is given if a pattern that was compiled and saved is reloaded on a |
This error is given if a pattern that was compiled and saved is reloaded on a |
| 2115 |
host with different endianness. The utility function |
host with different endianness. The utility function |
| 2116 |
\fBpcre_pattern_to_host_byte_order()\fP can be used to convert such a pattern |
\fBpcre_pattern_to_host_byte_order()\fP can be used to convert such a pattern |
| 2117 |
so that it runs on the new host. |
so that it runs on the new host. |
| 2118 |
.P |
.P |
| 2119 |
Error numbers -16 to -20 and -22 are not used by \fBpcre_exec()\fP. |
Error numbers -16 to -20, -22, and -30 are not used by \fBpcre_exec()\fP. |
| 2120 |
. |
. |
| 2121 |
. |
. |
| 2122 |
.\" HTML <a name="badutf8reasons"></a> |
.\" HTML <a name="badutf8reasons"></a> |
| 2634 |
recursively, using private vectors for \fIovector\fP and \fIworkspace\fP. This |
recursively, using private vectors for \fIovector\fP and \fIworkspace\fP. This |
| 2635 |
error is given if the output vector is not large enough. This should be |
error is given if the output vector is not large enough. This should be |
| 2636 |
extremely rare, as a vector of size 1000 is used. |
extremely rare, as a vector of size 1000 is used. |
| 2637 |
|
.sp |
| 2638 |
|
PCRE_ERROR_DFA_BADRESTART (-30) |
| 2639 |
|
.sp |
| 2640 |
|
When \fBpcre_dfa_exec()\fP is called with the \fBPCRE_DFA_RESTART\fP option, |
| 2641 |
|
some plausibility checks are made on the contents of the workspace, which |
| 2642 |
|
should contain data about the previous partial match. If any of these checks |
| 2643 |
|
fail, this error is given. |
| 2644 |
. |
. |
| 2645 |
. |
. |
| 2646 |
.SH "SEE ALSO" |
.SH "SEE ALSO" |
| 2665 |
.rs |
.rs |
| 2666 |
.sp |
.sp |
| 2667 |
.nf |
.nf |
| 2668 |
Last updated: 14 April 2012 |
Last updated: 19 April 2012 |
| 2669 |
Copyright (c) 1997-2012 University of Cambridge. |
Copyright (c) 1997-2012 University of Cambridge. |
| 2670 |
.fi |
.fi |