Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dlink.c125 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local
141 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
147 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
153 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION()
183 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local
189 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
195 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION()
201 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION()
212 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 7 milliseconds