pcre_get_compiled_regex_cache 456 ext/fileinfo/libmagic/funcs.c if ((pce = pcre_get_compiled_regex_cache(Z_STRVAL_P(patt), Z_STRLEN_P(patt) TSRMLS_CC)) == NULL) { pcre_get_compiled_regex_cache 2029 ext/fileinfo/libmagic/softmagic.c if ((pce = pcre_get_compiled_regex_cache(Z_STRVAL_P(pattern), Z_STRLEN_P(pattern) TSRMLS_CC)) == NULL) { pcre_get_compiled_regex_cache 1333 ext/imap/php_imap.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC))== NULL) { pcre_get_compiled_regex_cache 477 ext/pcre/php_pcre.c pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex, strlen(regex) TSRMLS_CC); pcre_get_compiled_regex_cache 494 ext/pcre/php_pcre.c pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex, strlen(regex) TSRMLS_CC); pcre_get_compiled_regex_cache 549 ext/pcre/php_pcre.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) { pcre_get_compiled_regex_cache 993 ext/pcre/php_pcre.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) { pcre_get_compiled_regex_cache 1475 ext/pcre/php_pcre.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) { pcre_get_compiled_regex_cache 1756 ext/pcre/php_pcre.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) { pcre_get_compiled_regex_cache 55 ext/pcre/php_pcre.h PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(char *regex, int regex_len TSRMLS_DC); pcre_get_compiled_regex_cache 1495 ext/spl/spl_iterators.c intern->u.regex.pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC);