Home
last modified time | relevance | path

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

/PHP-7.4/ext/bz2/
H A Dbz2.c254 char *path_copy = NULL; in _php_stream_bz2open() local
265 virtual_filepath_ex(path, &path_copy, NULL); in _php_stream_bz2open()
267 path_copy = (char *)path; in _php_stream_bz2open()
270 if (php_check_open_basedir(path_copy)) { in _php_stream_bz2open()
272 efree(path_copy); in _php_stream_bz2open()
278 bz_file = BZ2_bzopen(path_copy, mode); in _php_stream_bz2open()
281 *opened_path = zend_string_init(path_copy, strlen(path_copy), 0); in _php_stream_bz2open()
285 efree(path_copy); in _php_stream_bz2open()

Completed in 9 milliseconds