Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dlink.c125 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local
142 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
148 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
154 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION()
184 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local
191 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
197 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
203 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION()
214 ret = link(dest_p, source_p); in PHP_FUNCTION()
H A Dlink_win32.c127 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local
145 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
151 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
157 if (OPENBASEDIR_CHECKPATH(dest_p)) { in PHP_FUNCTION()
209 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local
218 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
224 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
234 if (OPENBASEDIR_CHECKPATH(dest_p)) { in PHP_FUNCTION()
242 # define _TO_PATH dest_p in PHP_FUNCTION()

Completed in 5 milliseconds