Perl-совместимые регулярные выражения (Perl-compatible regular expressions)
PCRE NATIVE API AUXILIARY FUNCTIONS
int pcre_jit_exec(const pcre *
code, const pcre_extra *
extra,
const char *
subject, int
length, int
startoffset,
int
options, int *
ovector, int
ovecsize,
pcre_jit_stack *
jstack);
pcre_jit_stack *pcre_jit_stack_alloc(int
startsize, int
maxsize);
void pcre_jit_stack_free(pcre_jit_stack *
stack);
void pcre_assign_jit_stack(pcre_extra *
extra,
pcre_jit_callback
callback, void *
data);
const unsigned char *pcre_maketables(void);
int pcre_fullinfo(const pcre *
code, const pcre_extra *
extra,
int
what, void *
where);
int pcre_refcount(pcre *
code, int
adjust);
int pcre_config(int
what, void *
where);
const char *pcre_version(void);
int pcre_pattern_to_host_byte_order(pcre *
code,
pcre_extra *
extra, const unsigned char *
tables);