comp_regex         54 ext/opcache/zend_accelerator_blacklist.c 	regex_t           comp_regex;
comp_regex         77 ext/opcache/zend_accelerator_blacklist.c static void blacklist_report_regexp_error(regex_t *comp_regex, int reg_err)
comp_regex         80 ext/opcache/zend_accelerator_blacklist.c 	int errsize = regerror(reg_err, comp_regex, NULL, 0);
comp_regex         86 ext/opcache/zend_accelerator_blacklist.c 	regerror(reg_err, comp_regex, errbuf, errsize);
comp_regex        196 ext/opcache/zend_accelerator_blacklist.c 			if ((reg_err = regcomp(&it->comp_regex, regexp, REGEX_MODE)) != 0) {
comp_regex        197 ext/opcache/zend_accelerator_blacklist.c 				blacklist_report_regexp_error(&it->comp_regex, reg_err);
comp_regex        224 ext/opcache/zend_accelerator_blacklist.c 			regfree(&it->comp_regex);
comp_regex        365 ext/opcache/zend_accelerator_blacklist.c 		if (regexec(&(regexp_list_it->comp_regex), verify_path, 0, NULL, 0) == 0) {