Home
last modified time | relevance | path

Searched refs:path_copy (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/bz2/
H A Dbz2.c185 char *path_copy = NULL; in _php_stream_bz2open() local
196 virtual_filepath_ex(path, &path_copy, NULL); in _php_stream_bz2open()
198 path_copy = (char *)path; in _php_stream_bz2open()
201 if (php_check_open_basedir(path_copy)) { in _php_stream_bz2open()
203 efree(path_copy); in _php_stream_bz2open()
209 bz_file = BZ2_bzopen(path_copy, mode); in _php_stream_bz2open()
212 *opened_path = zend_string_init(path_copy, strlen(path_copy), 0); in _php_stream_bz2open()
216 efree(path_copy); in _php_stream_bz2open()

Completed in 4 milliseconds