pcre              409 ext/filter/logical_filters.c 	pcre       *re = NULL;
pcre              474 ext/filter/logical_filters.c 	pcre       *re = NULL;
pcre              267 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
pcre              269 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **,
pcre              272 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_copy_named_substring(const pcre *, const char *,
pcre              276 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_dfa_exec(const pcre *, const pcre_extra *,
pcre              278 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
pcre              282 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_fullinfo(const pcre *, const pcre_extra *, int,
pcre              284 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_named_substring(const pcre *, const char *,
pcre              286 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_stringnumber(const pcre *, const char *);
pcre              287 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_stringtable_entries(const pcre *, const char *,
pcre              293 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_info(const pcre *, int *, int *);
pcre              295 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_refcount(pcre *, int);
pcre              296 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
pcre             5787 ext/pcre/pcrelib/pcre_compile.c PCRE_EXP_DEFN pcre *
pcre             5795 ext/pcre/pcrelib/pcre_compile.c PCRE_EXP_DEFN pcre *
pcre             6216 ext/pcre/pcrelib/pcre_compile.c return (pcre *)re;
pcre               38 ext/pcre/pcrelib/pcredemo.c pcre *re;
pcre              135 ext/pcre/pcrelib/pcregrep.c static pcre **pattern_list = NULL;
pcre              141 ext/pcre/pcrelib/pcregrep.c static pcre *include_compiled = NULL;
pcre              142 ext/pcre/pcrelib/pcregrep.c static pcre *exclude_compiled = NULL;
pcre             2181 ext/pcre/pcrelib/pcregrep.c pattern_list = (pcre **)malloc(MAX_PATTERN_COUNT * sizeof(pcre *));
pcre              238 ext/pcre/pcrelib/pcreposix.c preg->re_nsub = pcre_info((const pcre *)preg->re_pcre, NULL, NULL);
pcre              270 ext/pcre/pcrelib/pcreposix.c   (((const pcre *)preg->re_pcre)->options & PCRE_NO_AUTO_CAPTURE) != 0;
pcre              297 ext/pcre/pcrelib/pcreposix.c rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string, (int)strlen(string),
pcre              181 ext/pcre/php_pcre.c 	pcre				*re = NULL;
pcre              385 ext/pcre/php_pcre.c PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *preg_options TSRMLS_DC)
pcre              402 ext/pcre/php_pcre.c PHPAPI pcre* pcre_get_compiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *compile_options TSRMLS_DC)
pcre             1392 ext/pcre/php_pcre.c 	pcre			*re_bump = NULL;	/* Regex instance for empty matches */
pcre             1783 ext/pcre/php_pcre.c 	PHP_MINIT(pcre),
pcre             1784 ext/pcre/php_pcre.c 	PHP_MSHUTDOWN(pcre),
pcre             1787 ext/pcre/php_pcre.c 	PHP_MINFO(pcre),
pcre             1789 ext/pcre/php_pcre.c 	PHP_MODULE_GLOBALS(pcre),
pcre             1790 ext/pcre/php_pcre.c 	PHP_GINIT(pcre),
pcre             1791 ext/pcre/php_pcre.c 	PHP_GSHUTDOWN(pcre),
pcre               45 ext/pcre/php_pcre.h PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC);
pcre               46 ext/pcre/php_pcre.h PHPAPI pcre* pcre_get_compiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *coptions TSRMLS_DC);
pcre               52 ext/pcre/php_pcre.h 	pcre *re;