pcre_extra        384 ext/fileinfo/libmagic/softmagic.c 	pcre_extra *re_extra;
pcre_extra        432 ext/filter/logical_filters.c 	pcre_extra *pcre_extra = NULL;
pcre_extra        445 ext/filter/logical_filters.c 	re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options);
pcre_extra        603 ext/filter/logical_filters.c 	pcre_extra *pcre_extra = NULL;
pcre_extra        616 ext/filter/logical_filters.c 	re = pcre_get_compiled_regex(sregexp, &pcre_extra, &preg_options);
pcre_extra        567 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_dfa_exec(const pcre *, const pcre_extra *,
pcre_extra        573 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
pcre_extra        579 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_jit_exec(const pcre *, const pcre_extra *,
pcre_extra        594 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_fullinfo(const pcre *, const pcre_extra *, int,
pcre_extra        633 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
pcre_extra        636 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre_free_study(pcre_extra *);
pcre_extra        644 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_pattern_to_host_byte_order(pcre *, pcre_extra *,
pcre_extra        663 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL void pcre_assign_jit_stack(pcre_extra *,
pcre_extra       6345 ext/pcre/pcrelib/pcre_exec.c pcre_exec(const pcre *argument_re, const pcre_extra *extra_data,
pcre_extra         68 ext/pcre/pcrelib/pcre_fullinfo.c pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data,
pcre_extra       10485 ext/pcre/pcrelib/pcre_jit_compile.c pcre_jit_exec(const pcre *argument_re, const pcre_extra *extra_data,
pcre_extra       10633 ext/pcre/pcrelib/pcre_jit_compile.c pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata)
pcre_extra       10704 ext/pcre/pcrelib/pcre_jit_compile.c pcre_assign_jit_stack(pcre_extra *extra, pcre_jit_callback callback, void *userdata)
pcre_extra       1449 ext/pcre/pcrelib/pcre_study.c PCRE_EXP_DEFN pcre_extra * PCRE_CALL_CONVENTION
pcre_extra       1665 ext/pcre/pcrelib/pcre_study.c pcre_free_study(pcre_extra *extra)
pcre_extra        218 ext/pcre/php_pcre.c 	pcre_extra *extra = pce->extra;
pcre_extra        273 ext/pcre/php_pcre.c 	pcre_extra			*extra;
pcre_extra        534 ext/pcre/php_pcre.c PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *preg_options)
pcre_extra        551 ext/pcre/php_pcre.c PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, int *compile_options)
pcre_extra        641 ext/pcre/php_pcre.c 	pcre_extra		*extra = pce->extra;/* Holds results of studying */
pcre_extra        642 ext/pcre/php_pcre.c 	pcre_extra		 extra_data;		/* Used locally for exec options */
pcre_extra       1081 ext/pcre/php_pcre.c 	pcre_extra		*extra = pce->extra;/* Holds results of studying */
pcre_extra       1082 ext/pcre/php_pcre.c 	pcre_extra		 extra_data;		/* Used locally for exec options */
pcre_extra       1733 ext/pcre/php_pcre.c 	pcre_extra		*extra = pce->extra;/* Holds results of studying */
pcre_extra       1734 ext/pcre/php_pcre.c 	pcre_extra		 extra_data;		/* Used locally for exec options */
pcre_extra       2020 ext/pcre/php_pcre.c 	pcre_extra		*extra = pce->extra;/* Holds results of studying */
pcre_extra       2021 ext/pcre/php_pcre.c 	pcre_extra		 extra_data;		/* Used locally for exec options */
pcre_extra         37 ext/pcre/php_pcre.h PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *options);
pcre_extra         38 ext/pcre/php_pcre.h PHPAPI pcre* pcre_get_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, int *coptions);
pcre_extra         48 ext/pcre/php_pcre.h 	pcre_extra *extra;
pcre_extra        347 ext/standard/browscap.c 	pcre_extra *re_extra;
pcre_extra        635 ext/zip/php_zip.c 		pcre_extra *pcre_extra = NULL;
pcre_extra        638 ext/zip/php_zip.c 		re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options);