php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pcre2_jit_match.c File Reference

Go to the source code of this file.

Functions

PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION pcre2_jit_match (const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext)
 

Function Documentation

◆ pcre2_jit_match()

PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION pcre2_jit_match ( const pcre2_code * code,
PCRE2_SPTR subject,
PCRE2_SIZE length,
PCRE2_SIZE start_offset,
uint32_t options,
pcre2_match_data * match_data,
pcre2_match_context * mcontext )

Definition at line 91 of file pcre2_jit_match.c.