pcre              345 ext/fileinfo/libmagic/softmagic.c 	pcre *pce;
pcre              419 ext/filter/logical_filters.c 	pcre       *re = NULL;
pcre              531 ext/filter/logical_filters.c 	pcre       *re = NULL;
pcre             1019 ext/mbstring/mbstring.c 	pcre *retval;
pcre             1034 ext/mbstring/mbstring.c 	return pcre_exec((pcre *)opaque, NULL, str, (int)str_len, 0,
pcre              540 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
pcre              546 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **,
pcre              555 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_copy_named_substring(const pcre *, const char *,
pcre              567 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_dfa_exec(const pcre *, const pcre_extra *,
pcre              573 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
pcre              579 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_jit_exec(const pcre *, const pcre_extra *,
pcre              594 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_fullinfo(const pcre *, const pcre_extra *, int,
pcre              600 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_named_substring(const pcre *, const char *,
pcre              606 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_stringnumber(const pcre *, const char *);
pcre              609 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_get_stringtable_entries(const pcre *, const char *,
pcre              630 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_refcount(pcre *, int);
pcre              633 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
pcre              644 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL int  pcre_pattern_to_host_byte_order(pcre *, pcre_extra *,
pcre             8833 ext/pcre/pcrelib/pcre_compile.c PCRE_EXP_DEFN pcre * PCRE_CALL_CONVENTION
pcre             8857 ext/pcre/pcrelib/pcre_compile.c PCRE_EXP_DEFN pcre * PCRE_CALL_CONVENTION
pcre             9552 ext/pcre/pcrelib/pcre_compile.c pcre_printint((pcre *)re, stdout, TRUE);
pcre             9554 ext/pcre/pcrelib/pcre_compile.c pcre16_printint((pcre *)re, stdout, TRUE);
pcre             9556 ext/pcre/pcrelib/pcre_compile.c pcre32_printint((pcre *)re, stdout, TRUE);
pcre             9587 ext/pcre/pcrelib/pcre_compile.c return (pcre *)re;
pcre               48 ext/pcre/pcrelib/pcredemo.c pcre *re;
pcre              297 ext/pcre/pcrelib/pcreposix.c (void)pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT,
pcre              331 ext/pcre/pcrelib/pcreposix.c   (REAL_PCRE_OPTIONS((const pcre *)preg->re_pcre) & PCRE_NO_AUTO_CAPTURE) != 0;
pcre              376 ext/pcre/pcrelib/pcreposix.c rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so),
pcre              251 ext/pcre/php_pcre.c 	pcre				*re = NULL;
pcre              496 ext/pcre/php_pcre.c PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *preg_options TSRMLS_DC)
pcre              513 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             1522 ext/pcre/php_pcre.c 	pcre			*re_bump = NULL;	/* Regex instance for empty matches */
pcre             1978 ext/pcre/php_pcre.c 	PHP_MINIT(pcre),
pcre             1979 ext/pcre/php_pcre.c 	PHP_MSHUTDOWN(pcre),
pcre             1982 ext/pcre/php_pcre.c 	PHP_MINFO(pcre),
pcre             1984 ext/pcre/php_pcre.c 	PHP_MODULE_GLOBALS(pcre),
pcre             1985 ext/pcre/php_pcre.c 	PHP_GINIT(pcre),
pcre             1986 ext/pcre/php_pcre.c 	PHP_GSHUTDOWN(pcre),
pcre               37 ext/pcre/php_pcre.h PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC);
pcre               38 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               44 ext/pcre/php_pcre.h 	pcre *re;
pcre              375 ext/standard/browscap.c 	pcre *re;
pcre              661 ext/zip/php_zip.c 		pcre       *re = NULL;