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 2064 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  498 ext/pcre/php_pcre.c 	pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex, strlen(regex) TSRMLS_CC);
pcre_get_compiled_regex_cache  515 ext/pcre/php_pcre.c 	pcre_cache_entry * pce = pcre_get_compiled_regex_cache(regex, strlen(regex) TSRMLS_CC);
pcre_get_compiled_regex_cache  570 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) {
pcre_get_compiled_regex_cache 1019 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) {
pcre_get_compiled_regex_cache 1506 ext/pcre/php_pcre.c 	if ((pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC)) == NULL) {
pcre_get_compiled_regex_cache 1789 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 1497 ext/spl/spl_iterators.c 			intern->u.regex.pce = pcre_get_compiled_regex_cache(regex, regex_len TSRMLS_CC);