pcre              382 ext/fileinfo/libmagic/softmagic.c 	pcre *pce;
pcre              431 ext/filter/logical_filters.c 	pcre *re = NULL;
pcre              602 ext/filter/logical_filters.c 	pcre       *re = NULL;
pcre             1037 ext/mbstring/mbstring.c 	pcre *retval;
pcre             1052 ext/mbstring/mbstring.c 	return pcre_exec((pcre *)opaque, NULL, str, (int)str_len, 0,
pcre               46 ext/opcache/zend_accelerator_blacklist.c 	pcre             *re;
pcre              325 ext/pcre/pcrelib/pcre.h typedef struct real_pcre pcre;
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             8957 ext/pcre/pcrelib/pcre_compile.c PCRE_EXP_DEFN pcre * PCRE_CALL_CONVENTION
pcre             8981 ext/pcre/pcrelib/pcre_compile.c PCRE_EXP_DEFN pcre * PCRE_CALL_CONVENTION
pcre             9687 ext/pcre/pcrelib/pcre_compile.c pcre_printint((pcre *)re, stdout, TRUE);
pcre             9689 ext/pcre/pcrelib/pcre_compile.c pcre16_printint((pcre *)re, stdout, TRUE);
pcre             9691 ext/pcre/pcrelib/pcre_compile.c pcre32_printint((pcre *)re, stdout, TRUE);
pcre             9722 ext/pcre/pcrelib/pcre_compile.c return (pcre *)re;
pcre             6345 ext/pcre/pcrelib/pcre_exec.c pcre_exec(const pcre *argument_re, const pcre_extra *extra_data,
pcre               68 ext/pcre/pcrelib/pcre_fullinfo.c pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data,
pcre               68 ext/pcre/pcrelib/pcre_get.c pcre_get_stringnumber(const pcre *code, const char *stringname)
pcre              148 ext/pcre/pcrelib/pcre_get.c pcre_get_stringtable_entries(const pcre *code, const char *stringname,
pcre              259 ext/pcre/pcrelib/pcre_get.c get_first_set(const pcre *code, const char *stringname, int *ovector)
pcre              388 ext/pcre/pcrelib/pcre_get.c pcre_copy_named_substring(const pcre *code, const char *subject,
pcre              605 ext/pcre/pcrelib/pcre_get.c pcre_get_named_substring(const pcre *code, const char *subject,
pcre             10485 ext/pcre/pcrelib/pcre_jit_compile.c pcre_jit_exec(const pcre *argument_re, const pcre_extra *extra_data,
pcre               81 ext/pcre/pcrelib/pcre_printint.c void pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths);
pcre               83 ext/pcre/pcrelib/pcre_printint.c void pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths);
pcre               85 ext/pcre/pcrelib/pcre_printint.c void pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths);
pcre              301 ext/pcre/pcrelib/pcre_printint.c pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths)
pcre              304 ext/pcre/pcrelib/pcre_printint.c pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths)
pcre              307 ext/pcre/pcrelib/pcre_printint.c pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths)
pcre               71 ext/pcre/pcrelib/pcre_refcount.c pcre_refcount(pcre *argument_re, int adjust)
pcre             1450 ext/pcre/pcrelib/pcre_study.c pcre_study(const pcre *external_re, int options, const char **errorptr)
pcre               48 ext/pcre/pcrelib/pcredemo.c pcre *re;
pcre              295 ext/pcre/pcrelib/pcreposix.c (void)pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT,
pcre              329 ext/pcre/pcrelib/pcreposix.c   (REAL_PCRE_OPTIONS((const pcre *)preg->re_pcre) & PCRE_NO_AUTO_CAPTURE) != 0;
pcre              374 ext/pcre/pcrelib/pcreposix.c rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so),
pcre               63 ext/pcre/php_pcre.c PHPAPI ZEND_DECLARE_MODULE_GLOBALS(pcre)
pcre              120 ext/pcre/php_pcre.c static PHP_GINIT_FUNCTION(pcre) /* {{{ */
pcre              129 ext/pcre/php_pcre.c static PHP_GSHUTDOWN_FUNCTION(pcre) /* {{{ */
pcre              145 ext/pcre/php_pcre.c static PHP_MINFO_FUNCTION(pcre)
pcre              166 ext/pcre/php_pcre.c static PHP_MINIT_FUNCTION(pcre)
pcre              192 ext/pcre/php_pcre.c static PHP_MSHUTDOWN_FUNCTION(pcre)
pcre              272 ext/pcre/php_pcre.c 	pcre				*re = NULL;
pcre              534 ext/pcre/php_pcre.c PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *preg_options)
pcre              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             2200 ext/pcre/php_pcre.c 	PHP_MINIT(pcre),
pcre             2201 ext/pcre/php_pcre.c 	PHP_MSHUTDOWN(pcre),
pcre             2204 ext/pcre/php_pcre.c 	PHP_MINFO(pcre),
pcre             2206 ext/pcre/php_pcre.c 	PHP_MODULE_GLOBALS(pcre),
pcre             2207 ext/pcre/php_pcre.c 	PHP_GINIT(pcre),
pcre             2208 ext/pcre/php_pcre.c 	PHP_GSHUTDOWN(pcre),
pcre             2214 ext/pcre/php_pcre.c ZEND_GET_MODULE(pcre)
pcre               37 ext/pcre/php_pcre.h PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *options);
pcre               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               47 ext/pcre/php_pcre.h 	pcre *re;
pcre               74 ext/pcre/php_pcre.h ZEND_BEGIN_MODULE_GLOBALS(pcre)
pcre               82 ext/pcre/php_pcre.h ZEND_END_MODULE_GLOBALS(pcre)
pcre               84 ext/pcre/php_pcre.h PHPAPI ZEND_EXTERN_MODULE_GLOBALS(pcre)
pcre               85 ext/pcre/php_pcre.h #define PCRE_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcre, v)
pcre             5721 ext/pgsql/pgsql.c 	pcre *re;
pcre              345 ext/standard/browscap.c 	pcre *re;
pcre              634 ext/zip/php_zip.c 		pcre *re = NULL;