Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dlink.c141 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local
158 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
164 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
170 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION()
200 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local
207 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
213 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
219 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION()
230 ret = php_sys_link(dest_p, source_p); in PHP_FUNCTION()

Completed in 6 milliseconds