| 5 |
/* This is the public header file for the PCRE library, to be #included by |
/* This is the public header file for the PCRE library, to be #included by |
| 6 |
applications that call the PCRE functions. |
applications that call the PCRE functions. |
| 7 |
|
|
| 8 |
Copyright (c) 1997-2010 University of Cambridge |
Copyright (c) 1997-2011 University of Cambridge |
| 9 |
|
|
| 10 |
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
| 11 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
| 164 |
#define PCRE_ERROR_BADOFFSET (-24) |
#define PCRE_ERROR_BADOFFSET (-24) |
| 165 |
#define PCRE_ERROR_SHORTUTF8 (-25) |
#define PCRE_ERROR_SHORTUTF8 (-25) |
| 166 |
|
|
| 167 |
|
/* Specific error codes for UTF-8 validity checks */ |
| 168 |
|
|
| 169 |
|
#define PCRE_UTF8_ERR0 0 |
| 170 |
|
#define PCRE_UTF8_ERR1 1 |
| 171 |
|
#define PCRE_UTF8_ERR2 2 |
| 172 |
|
#define PCRE_UTF8_ERR3 3 |
| 173 |
|
#define PCRE_UTF8_ERR4 4 |
| 174 |
|
#define PCRE_UTF8_ERR5 5 |
| 175 |
|
#define PCRE_UTF8_ERR6 6 |
| 176 |
|
#define PCRE_UTF8_ERR7 7 |
| 177 |
|
#define PCRE_UTF8_ERR8 8 |
| 178 |
|
#define PCRE_UTF8_ERR9 9 |
| 179 |
|
#define PCRE_UTF8_ERR10 10 |
| 180 |
|
#define PCRE_UTF8_ERR11 11 |
| 181 |
|
#define PCRE_UTF8_ERR12 12 |
| 182 |
|
#define PCRE_UTF8_ERR13 13 |
| 183 |
|
#define PCRE_UTF8_ERR14 14 |
| 184 |
|
#define PCRE_UTF8_ERR15 15 |
| 185 |
|
#define PCRE_UTF8_ERR16 16 |
| 186 |
|
#define PCRE_UTF8_ERR17 17 |
| 187 |
|
#define PCRE_UTF8_ERR18 18 |
| 188 |
|
#define PCRE_UTF8_ERR19 19 |
| 189 |
|
#define PCRE_UTF8_ERR20 20 |
| 190 |
|
#define PCRE_UTF8_ERR21 21 |
| 191 |
|
|
| 192 |
/* Request types for pcre_fullinfo() */ |
/* Request types for pcre_fullinfo() */ |
| 193 |
|
|
| 194 |
#define PCRE_INFO_OPTIONS 0 |
#define PCRE_INFO_OPTIONS 0 |