pcre_get_compiled_regex_cache  387 ext/pcre/php_pcre.c 	pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex, strlen(regex) TSRMLS_CC);
pcre_get_compiled_regex_cache  404 ext/pcre/php_pcre.c 	pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex, strlen(regex) TSRMLS_CC);
pcre_get_compiled_regex_cache  459 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) {
pcre_get_compiled_regex_cache  929 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) {
pcre_get_compiled_regex_cache 1378 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) {
pcre_get_compiled_regex_cache 1660 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) {
pcre_get_compiled_regex_cache   63 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 1021 ext/spl/spl_iterators.c 			intern->u.regex.pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC);