Home
last modified time | relevance | path

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

/PHP-7.2/ext/bz2/
H A Dbz2.c249 char *path_copy = NULL; in _php_stream_bz2open() local
260 virtual_filepath_ex(path, &path_copy, NULL); in _php_stream_bz2open()
262 path_copy = (char *)path; in _php_stream_bz2open()
265 if (php_check_open_basedir(path_copy)) { in _php_stream_bz2open()
267 efree(path_copy); in _php_stream_bz2open()
273 bz_file = BZ2_bzopen(path_copy, mode); in _php_stream_bz2open()
276 *opened_path = zend_string_init(path_copy, strlen(path_copy), 0); in _php_stream_bz2open()
280 efree(path_copy); in _php_stream_bz2open()

Completed in 6 milliseconds