extra_data 6347 ext/pcre/pcrelib/pcre_exec.c pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, extra_data 6352 ext/pcre/pcrelib/pcre_exec.c pcre16_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, extra_data 6357 ext/pcre/pcrelib/pcre_exec.c pcre32_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, extra_data 6400 ext/pcre/pcrelib/pcre_exec.c if (re == NULL && extra_data == NULL && subject == NULL && length == -999 && extra_data 6477 ext/pcre/pcrelib/pcre_exec.c if (extra_data != NULL extra_data 6478 ext/pcre/pcrelib/pcre_exec.c && (extra_data->flags & (PCRE_EXTRA_EXECUTABLE_JIT | extra_data 6480 ext/pcre/pcrelib/pcre_exec.c && extra_data->executable_jit != NULL extra_data 6483 ext/pcre/pcrelib/pcre_exec.c rc = PRIV(jit_exec)(extra_data, (const pcre_uchar *)subject, length, extra_data 6514 ext/pcre/pcrelib/pcre_exec.c if (extra_data != NULL) extra_data 6516 ext/pcre/pcrelib/pcre_exec.c unsigned long int flags = extra_data->flags; extra_data 6518 ext/pcre/pcrelib/pcre_exec.c study = (const pcre_study_data *)extra_data->study_data; extra_data 6520 ext/pcre/pcrelib/pcre_exec.c md->match_limit = extra_data->match_limit; extra_data 6522 ext/pcre/pcrelib/pcre_exec.c md->match_limit_recursion = extra_data->match_limit_recursion; extra_data 6524 ext/pcre/pcrelib/pcre_exec.c md->callout_data = extra_data->callout_data; extra_data 6525 ext/pcre/pcrelib/pcre_exec.c if ((flags & PCRE_EXTRA_TABLES) != 0) tables = extra_data->tables; extra_data 7110 ext/pcre/pcrelib/pcre_exec.c if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_MARK) != 0) extra_data 7111 ext/pcre/pcrelib/pcre_exec.c *(extra_data->mark) = (pcre_uchar *)md->mark; extra_data 7165 ext/pcre/pcrelib/pcre_exec.c if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_MARK) != 0) extra_data 7166 ext/pcre/pcrelib/pcre_exec.c *(extra_data->mark) = (pcre_uchar *)md->nomatch_mark; extra_data 70 ext/pcre/pcrelib/pcre_fullinfo.c pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, extra_data 74 ext/pcre/pcrelib/pcre_fullinfo.c pcre16_fullinfo(const pcre16 *argument_re, const pcre16_extra *extra_data, extra_data 78 ext/pcre/pcrelib/pcre_fullinfo.c pcre32_fullinfo(const pcre32 *argument_re, const pcre32_extra *extra_data, extra_data 87 ext/pcre/pcrelib/pcre_fullinfo.c if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_STUDY_DATA) != 0) extra_data 88 ext/pcre/pcrelib/pcre_fullinfo.c study = (const pcre_study_data *)extra_data->study_data; extra_data 120 ext/pcre/pcrelib/pcre_fullinfo.c (extra_data != NULL && extra_data 121 ext/pcre/pcrelib/pcre_fullinfo.c (extra_data->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && extra_data 122 ext/pcre/pcrelib/pcre_fullinfo.c extra_data->executable_jit != NULL)? extra_data 123 ext/pcre/pcrelib/pcre_fullinfo.c PRIV(jit_get_size)(extra_data->executable_jit) : 0; extra_data 160 ext/pcre/pcrelib/pcre_fullinfo.c ((const pcre_study_data *)extra_data->study_data)->start_bits : NULL; extra_data 170 ext/pcre/pcrelib/pcre_fullinfo.c *((int *)where) = extra_data != NULL && extra_data 171 ext/pcre/pcrelib/pcre_fullinfo.c (extra_data->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && extra_data 172 ext/pcre/pcrelib/pcre_fullinfo.c extra_data->executable_jit != NULL; extra_data 10411 ext/pcre/pcrelib/pcre_jit_compile.c PRIV(jit_exec)(const PUBL(extra) *extra_data, const pcre_uchar *subject, extra_data 10414 ext/pcre/pcrelib/pcre_jit_compile.c executable_functions *functions = (executable_functions *)extra_data->executable_jit; extra_data 10438 ext/pcre/pcrelib/pcre_jit_compile.c arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_uint32)(extra_data->match_limit); extra_data 10446 ext/pcre/pcrelib/pcre_jit_compile.c arguments.callout_data = (extra_data->flags & PCRE_EXTRA_CALLOUT_DATA) != 0 ? extra_data->callout_data : NULL; extra_data 10477 ext/pcre/pcrelib/pcre_jit_compile.c if ((extra_data->flags & PCRE_EXTRA_MARK) != 0) extra_data 10478 ext/pcre/pcrelib/pcre_jit_compile.c *(extra_data->mark) = arguments.mark_ptr; extra_data 10485 ext/pcre/pcrelib/pcre_jit_compile.c pcre_jit_exec(const pcre *argument_re, const pcre_extra *extra_data, extra_data 10490 ext/pcre/pcrelib/pcre_jit_compile.c pcre16_jit_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, extra_data 10495 ext/pcre/pcrelib/pcre_jit_compile.c pcre32_jit_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, extra_data 10501 ext/pcre/pcrelib/pcre_jit_compile.c executable_functions *functions = (executable_functions *)extra_data->executable_jit; extra_data 10531 ext/pcre/pcrelib/pcre_jit_compile.c arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_uint32)(extra_data->match_limit); extra_data 10539 ext/pcre/pcrelib/pcre_jit_compile.c arguments.callout_data = (extra_data->flags & PCRE_EXTRA_CALLOUT_DATA) != 0 ? extra_data->callout_data : NULL; extra_data 10560 ext/pcre/pcrelib/pcre_jit_compile.c if ((extra_data->flags & PCRE_EXTRA_MARK) != 0) extra_data 10561 ext/pcre/pcrelib/pcre_jit_compile.c *(extra_data->mark) = arguments.mark_ptr; extra_data 595 ext/pcre/php_pcre.c pcre_extra extra_data; /* Used locally for exec options */ extra_data 647 ext/pcre/php_pcre.c extra_data.flags = PCRE_EXTRA_MATCH_LIMIT | PCRE_EXTRA_MATCH_LIMIT_RECURSION; extra_data 648 ext/pcre/php_pcre.c extra = &extra_data; extra_data 1070 ext/pcre/php_pcre.c pcre_extra extra_data; /* Used locally for exec options */ extra_data 1101 ext/pcre/php_pcre.c extra_data.flags = PCRE_EXTRA_MATCH_LIMIT | PCRE_EXTRA_MATCH_LIMIT_RECURSION; extra_data 1102 ext/pcre/php_pcre.c extra = &extra_data; extra_data 1564 ext/pcre/php_pcre.c pcre_extra extra_data; /* Used locally for exec options */ extra_data 1587 ext/pcre/php_pcre.c extra_data.flags = PCRE_EXTRA_MATCH_LIMIT | PCRE_EXTRA_MATCH_LIMIT_RECURSION; extra_data 1588 ext/pcre/php_pcre.c extra = &extra_data; extra_data 1846 ext/pcre/php_pcre.c pcre_extra extra_data; /* Used locally for exec options */ extra_data 1860 ext/pcre/php_pcre.c extra_data.flags = PCRE_EXTRA_MATCH_LIMIT | PCRE_EXTRA_MATCH_LIMIT_RECURSION; extra_data 1861 ext/pcre/php_pcre.c extra = &extra_data;