5043 |
with errorptr and erroroffset set |
with errorptr and erroroffset set |
5044 |
*/ |
*/ |
5045 |
|
|
5046 |
PCRE_DATA_SCOPE pcre * |
PCRE_EXP_DEFN pcre * |
5047 |
pcre_compile(const char *pattern, int options, const char **errorptr, |
pcre_compile(const char *pattern, int options, const char **errorptr, |
5048 |
int *erroroffset, const unsigned char *tables) |
int *erroroffset, const unsigned char *tables) |
5049 |
{ |
{ |
5051 |
} |
} |
5052 |
|
|
5053 |
|
|
5054 |
PCRE_DATA_SCOPE pcre * |
PCRE_EXP_DEFN pcre * |
5055 |
pcre_compile2(const char *pattern, int options, int *errorcodeptr, |
pcre_compile2(const char *pattern, int options, int *errorcodeptr, |
5056 |
const char **errorptr, int *erroroffset, const unsigned char *tables) |
const char **errorptr, int *erroroffset, const unsigned char *tables) |
5057 |
{ |
{ |