blacklist_path    230 ext/opcache/zend_accelerator_blacklist.c 	char buf[MAXPATHLEN + 1], real_path[MAXPATHLEN + 1], *blacklist_path = NULL;
blacklist_path    243 ext/opcache/zend_accelerator_blacklist.c 		blacklist_path = zend_strndup(buf, blacklist_path_length);
blacklist_path    282 ext/opcache/zend_accelerator_blacklist.c 		if (blacklist_path) {
blacklist_path    283 ext/opcache/zend_accelerator_blacklist.c 			expand_filepath_ex(path_dup, real_path, blacklist_path, blacklist_path_length);
blacklist_path    304 ext/opcache/zend_accelerator_blacklist.c 	if (blacklist_path) {
blacklist_path    305 ext/opcache/zend_accelerator_blacklist.c 		free(blacklist_path);