pcre_get_compiled_regex_cache 449 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 451 fileinfo/libmagic/funcs.c if ((pce = pcre_get_compiled_regex_cache(IS_STRING, Z_STRVAL_P(patt), Z_STRLEN_P(patt) TSRMLS_CC)) == NULL) { pcre_get_compiled_regex_cache 1855 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 1857 fileinfo/libmagic/softmagic.c if ((pce = pcre_get_compiled_regex_cache(IS_STRING, Z_STRVAL_P(pattern), Z_STRLEN_P(pattern) TSRMLS_CC)) == NULL) { pcre_get_compiled_regex_cache 1334 imap/php_imap.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC))== NULL) { pcre_get_compiled_regex_cache 470 pcre/php_pcre.c pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex, strlen(regex) TSRMLS_CC); pcre_get_compiled_regex_cache 487 pcre/php_pcre.c pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex, strlen(regex) TSRMLS_CC); pcre_get_compiled_regex_cache 542 pcre/php_pcre.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) { pcre_get_compiled_regex_cache 986 pcre/php_pcre.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) { pcre_get_compiled_regex_cache 1464 pcre/php_pcre.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) { pcre_get_compiled_regex_cache 1745 pcre/php_pcre.c if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) { pcre_get_compiled_regex_cache 55 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 1493 spl/spl_iterators.c intern->u.regex.pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC);