Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dlink.c124 char source_p[MAXPATHLEN]; in PHP_FUNCTION() local
133 if (!expand_filepath(frompath, source_p)) { in PHP_FUNCTION()
138 memcpy(dirname, source_p, sizeof(source_p)); in PHP_FUNCTION()
146 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
157 if (php_check_open_basedir(source_p)) { in PHP_FUNCTION()
164 ret = symlink(topath, source_p); in PHP_FUNCTION()
182 char source_p[MAXPATHLEN]; in PHP_FUNCTION() local
189 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
194 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
205 if (php_check_open_basedir(source_p)) { in PHP_FUNCTION()
[all …]
H A Dlink_win32.c126 char source_p[MAXPATHLEN]; in PHP_FUNCTION() local
137 if (!expand_filepath(frompath, source_p)) { in PHP_FUNCTION()
142 memcpy(dirname, source_p, sizeof(source_p)); in PHP_FUNCTION()
150 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
161 if (OPENBASEDIR_CHECKPATH(source_p)) { in PHP_FUNCTION()
176 srcw = php_win32_ioutil_any_to_w(source_p); in PHP_FUNCTION()
208 char source_p[MAXPATHLEN]; in PHP_FUNCTION() local
218 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
223 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION()
230 if (OPENBASEDIR_CHECKPATH(source_p)) { in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds