| 361 |
const char *, int, int, int, int *, int , int *, int); |
const char *, int, int, int, int *, int , int *, int); |
| 362 |
PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR, |
PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR, |
| 363 |
int, int, int, int *, int); |
int, int, int, int *, int); |
| 364 |
|
PCRE_EXP_DECL int pcre16_exec(const pcre *, const pcre_extra *, PCRE_SPTR16, |
| 365 |
|
int, int, int, int *, int); |
| 366 |
PCRE_EXP_DECL void pcre_free_substring(const char *); |
PCRE_EXP_DECL void pcre_free_substring(const char *); |
| 367 |
PCRE_EXP_DECL void pcre_free_substring_list(const char **); |
PCRE_EXP_DECL void pcre_free_substring_list(const char **); |
| 368 |
PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int, |
PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int, |
| 382 |
PCRE_EXP_DECL int pcre16_utf16_to_host_byte_order(PCRE_SCHAR16 *, |
PCRE_EXP_DECL int pcre16_utf16_to_host_byte_order(PCRE_SCHAR16 *, |
| 383 |
PCRE_SPTR16, int, int); |
PCRE_SPTR16, int, int); |
| 384 |
PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **); |
PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **); |
| 385 |
|
PCRE_EXP_DECL pcre_extra *pcre16_study(const pcre *, int, const char **); |
| 386 |
PCRE_EXP_DECL void pcre_free_study(pcre_extra *); |
PCRE_EXP_DECL void pcre_free_study(pcre_extra *); |
| 387 |
|
PCRE_EXP_DECL void pcre16_free_study(pcre_extra *); |
| 388 |
PCRE_EXP_DECL const char *pcre_version(void); |
PCRE_EXP_DECL const char *pcre_version(void); |
| 389 |
|
|
| 390 |
/* JIT compiler related functions. */ |
/* JIT compiler related functions. */ |
| 391 |
|
|
| 392 |
PCRE_EXP_DECL pcre_jit_stack *pcre_jit_stack_alloc(int, int); |
PCRE_EXP_DECL pcre_jit_stack *pcre_jit_stack_alloc(int, int); |
| 393 |
|
PCRE_EXP_DECL pcre_jit_stack *pcre16_jit_stack_alloc(int, int); |
| 394 |
PCRE_EXP_DECL void pcre_jit_stack_free(pcre_jit_stack *); |
PCRE_EXP_DECL void pcre_jit_stack_free(pcre_jit_stack *); |
| 395 |
PCRE_EXP_DECL void pcre_assign_jit_stack(pcre_extra *, pcre_jit_callback, void *); |
PCRE_EXP_DECL void pcre16_jit_stack_free(pcre_jit_stack *); |
| 396 |
|
PCRE_EXP_DECL void pcre_assign_jit_stack(pcre_extra *, |
| 397 |
|
pcre_jit_callback, void *); |
| 398 |
|
PCRE_EXP_DECL void pcre16_assign_jit_stack(pcre_extra *, |
| 399 |
|
pcre_jit_callback, void *); |
| 400 |
|
|
| 401 |
#ifdef __cplusplus |
#ifdef __cplusplus |
| 402 |
} /* extern "C" */ |
} /* extern "C" */ |