extra_data 6345 ext/pcre/pcrelib/pcre_exec.c pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, extra_data 6350 ext/pcre/pcrelib/pcre_exec.c pcre16_exec(const pcre16 *argument_re, const pcre16_extra *extra_data, extra_data 6355 ext/pcre/pcrelib/pcre_exec.c pcre32_exec(const pcre32 *argument_re, const pcre32_extra *extra_data, extra_data 6398 ext/pcre/pcrelib/pcre_exec.c if (re == NULL && extra_data == NULL && subject == NULL && length == -999 && extra_data 6475 ext/pcre/pcrelib/pcre_exec.c if (extra_data != NULL extra_data 6476 ext/pcre/pcrelib/pcre_exec.c && (extra_data->flags & (PCRE_EXTRA_EXECUTABLE_JIT | extra_data 6478 ext/pcre/pcrelib/pcre_exec.c && extra_data->executable_jit != NULL extra_data 6481 ext/pcre/pcrelib/pcre_exec.c rc = PRIV(jit_exec)(extra_data, (const pcre_uchar *)subject, length, extra_data 6512 ext/pcre/pcrelib/pcre_exec.c if (extra_data != NULL) extra_data 6514 ext/pcre/pcrelib/pcre_exec.c unsigned long int flags = extra_data->flags; extra_data 6516 ext/pcre/pcrelib/pcre_exec.c study = (const pcre_study_data *)extra_data->study_data; extra_data 6518 ext/pcre/pcrelib/pcre_exec.c md->match_limit = extra_data->match_limit; extra_data 6520 ext/pcre/pcrelib/pcre_exec.c md->match_limit_recursion = extra_data->match_limit_recursion; extra_data 6522 ext/pcre/pcrelib/pcre_exec.c md->callout_data = extra_data->callout_data; extra_data 6523 ext/pcre/pcrelib/pcre_exec.c if ((flags & PCRE_EXTRA_TABLES) != 0) tables = extra_data->tables; extra_data 7108 ext/pcre/pcrelib/pcre_exec.c if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_MARK) != 0) extra_data 7109 ext/pcre/pcrelib/pcre_exec.c *(extra_data->mark) = (pcre_uchar *)md->mark; extra_data 7163 ext/pcre/pcrelib/pcre_exec.c if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_MARK) != 0) extra_data 7164 ext/pcre/pcrelib/pcre_exec.c *(extra_data->mark) = (pcre_uchar *)md->nomatch_mark; extra_data 68 ext/pcre/pcrelib/pcre_fullinfo.c pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, extra_data 72 ext/pcre/pcrelib/pcre_fullinfo.c pcre16_fullinfo(const pcre16 *argument_re, const pcre16_extra *extra_data, extra_data 76 ext/pcre/pcrelib/pcre_fullinfo.c pcre32_fullinfo(const pcre32 *argument_re, const pcre32_extra *extra_data, extra_data 85 ext/pcre/pcrelib/pcre_fullinfo.c if (extra_data != NULL && (extra_data->flags & PCRE_EXTRA_STUDY_DATA) != 0) extra_data 86 ext/pcre/pcrelib/pcre_fullinfo.c study = (const pcre_study_data *)extra_data->study_data; extra_data 118 ext/pcre/pcrelib/pcre_fullinfo.c (extra_data != NULL && extra_data 119 ext/pcre/pcrelib/pcre_fullinfo.c (extra_data->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && extra_data 120 ext/pcre/pcrelib/pcre_fullinfo.c extra_data->executable_jit != NULL)? extra_data 121 ext/pcre/pcrelib/pcre_fullinfo.c PRIV(jit_get_size)(extra_data->executable_jit) : 0; extra_data 158 ext/pcre/pcrelib/pcre_fullinfo.c ((const pcre_study_data *)extra_data->study_data)->start_bits : NULL; extra_data 168 ext/pcre/pcrelib/pcre_fullinfo.c *((int *)where) = extra_data != NULL && extra_data 169 ext/pcre/pcrelib/pcre_fullinfo.c (extra_data->flags & PCRE_EXTRA_EXECUTABLE_JIT) != 0 && extra_data 170 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 642 ext/pcre/php_pcre.c pcre_extra extra_data; /* Used locally for exec options */ extra_data 697 ext/pcre/php_pcre.c extra_data.flags = PCRE_EXTRA_MATCH_LIMIT | PCRE_EXTRA_MATCH_LIMIT_RECURSION; extra_data 698 ext/pcre/php_pcre.c extra = &extra_data; extra_data 1082 ext/pcre/php_pcre.c pcre_extra extra_data; /* Used locally for exec options */ extra_data 1111 ext/pcre/php_pcre.c extra_data.flags = PCRE_EXTRA_MATCH_LIMIT | PCRE_EXTRA_MATCH_LIMIT_RECURSION; extra_data 1112 ext/pcre/php_pcre.c extra = &extra_data; extra_data 1734 ext/pcre/php_pcre.c pcre_extra extra_data; /* Used locally for exec options */ extra_data 1758 ext/pcre/php_pcre.c extra_data.flags = PCRE_EXTRA_MATCH_LIMIT | PCRE_EXTRA_MATCH_LIMIT_RECURSION; extra_data 1759 ext/pcre/php_pcre.c extra = &extra_data; extra_data 2021 ext/pcre/php_pcre.c pcre_extra extra_data; /* Used locally for exec options */ extra_data 2034 ext/pcre/php_pcre.c extra_data.flags = PCRE_EXTRA_MATCH_LIMIT | PCRE_EXTRA_MATCH_LIMIT_RECURSION; extra_data 2035 ext/pcre/php_pcre.c extra = &extra_data;