pcre_get_compiled_regex_cache  443 ext/fileinfo/libmagic/funcs.c 	if ((pce = pcre_get_compiled_regex_cache(Z_STR(patt))) == NULL) {
pcre_get_compiled_regex_cache 2015 ext/fileinfo/libmagic/softmagic.c 		if ((pce = pcre_get_compiled_regex_cache(Z_STR(pattern))) == NULL) {
pcre_get_compiled_regex_cache 1328 ext/imap/php_imap.c 		if ((pce = pcre_get_compiled_regex_cache(regex))== NULL) {
pcre_get_compiled_regex_cache  536 ext/pcre/php_pcre.c 	pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex);
pcre_get_compiled_regex_cache  553 ext/pcre/php_pcre.c 	pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex);
pcre_get_compiled_regex_cache  622 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) {
pcre_get_compiled_regex_cache 1066 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) {
pcre_get_compiled_regex_cache 1718 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) {
pcre_get_compiled_regex_cache 2007 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex)) == NULL) {
pcre_get_compiled_regex_cache   60 ext/pcre/php_pcre.h PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex);
pcre_get_compiled_regex_cache 1560 ext/spl/spl_iterators.c 			intern->u.regex.pce = pcre_get_compiled_regex_cache(regex);