Searched refs:path_copy (Results 1 – 1 of 1) sorted by relevance
220 char *path_copy = NULL; in _php_stream_bz2open() local231 virtual_filepath_ex(path, &path_copy, NULL TSRMLS_CC); in _php_stream_bz2open()233 path_copy = path; in _php_stream_bz2open()236 if (php_check_open_basedir(path_copy TSRMLS_CC)) { in _php_stream_bz2open()238 efree(path_copy); in _php_stream_bz2open()244 bz_file = BZ2_bzopen(path_copy, mode); in _php_stream_bz2open()247 *opened_path = estrdup(path_copy); in _php_stream_bz2open()250 efree(path_copy); in _php_stream_bz2open()252 path_copy = NULL; in _php_stream_bz2open()
Completed in 15 milliseconds