Handbook
Glossary
pcre2_jit_match ( code subject length startoffset options match_data mcontext -- int )
Vocabulary
pcre2
.
ffi
Inputs
code
an
object
subject
an
object
length
an
object
startoffset
an
object
options
an
object
match_data
an
object
mcontext
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
pcre2.ffi
LIBRARY:
pcre2
FUNCTION-ALIAS:
pcre2_jit_match
int
pcre2_jit_match_8
( pcre2_code* code,
PCRE2_SPTR
subject,
PCRE2_SIZE
length,
PCRE2_SIZE
startoffset,
uint32_t
options, pcre2_match_data*
match_data, pcre2_match_context* mcontext )