Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dlink.c125 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local
141 if (!expand_filepath_ex(topath, dest_p, dirname, len TSRMLS_CC)) { in PHP_FUNCTION()
147 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) ) in PHP_FUNCTION()
153 if (php_check_open_basedir(dest_p TSRMLS_CC)) { in PHP_FUNCTION()
183 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local
189 if (!expand_filepath(frompath, source_p TSRMLS_CC) || !expand_filepath(topath, dest_p TSRMLS_CC)) { in PHP_FUNCTION()
195 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) ) in PHP_FUNCTION()
201 if (php_check_open_basedir(dest_p TSRMLS_CC)) { in PHP_FUNCTION()
212 ret = link(dest_p, source_p); in PHP_FUNCTION()
H A Dlink_win32.c116 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local
149 if (!expand_filepath_ex(topath, dest_p, dirname, len TSRMLS_CC)) { in PHP_FUNCTION()
155 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) ) in PHP_FUNCTION()
161 if (OPENBASEDIR_CHECKPATH(dest_p)) { in PHP_FUNCTION()
196 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local
204 if (!expand_filepath(frompath, source_p TSRMLS_CC) || !expand_filepath(topath, dest_p TSRMLS_CC)) { in PHP_FUNCTION()
210 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY TSRMLS_CC) ) in PHP_FUNCTION()
220 if (OPENBASEDIR_CHECKPATH(dest_p)) { in PHP_FUNCTION()
227 ret = CreateHardLinkA(dest_p, source_p, NULL); in PHP_FUNCTION()

Completed in 9 milliseconds