blacklist_path    246 ext/opcache/zend_accelerator_blacklist.c 	char buf[MAXPATHLEN + 1], real_path[MAXPATHLEN + 1], *blacklist_path = NULL;
blacklist_path    264 ext/opcache/zend_accelerator_blacklist.c 		blacklist_path = zend_strndup(buf, blacklist_path_length);
blacklist_path    303 ext/opcache/zend_accelerator_blacklist.c 		if (blacklist_path) {
blacklist_path    304 ext/opcache/zend_accelerator_blacklist.c 			expand_filepath_ex(path_dup, real_path, blacklist_path, blacklist_path_length TSRMLS_CC);
blacklist_path    325 ext/opcache/zend_accelerator_blacklist.c 	if (blacklist_path) {
blacklist_path    326 ext/opcache/zend_accelerator_blacklist.c 		free(blacklist_path);