Lines Matching refs:url

773 static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_str…  in php_stream_ftp_url_stat()  argument
783 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL); in php_stream_ftp_url_stat()
895 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_stream_ftp_unlink() argument
902 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL); in php_stream_ftp_unlink()
905 php_error_docref(NULL, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_unlink()
912 php_error_docref(NULL, E_WARNING, "Invalid path provided in %s", url); in php_stream_ftp_unlink()
1022 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options… in php_stream_ftp_mkdir() argument
1029 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL); in php_stream_ftp_mkdir()
1032 php_error_docref(NULL, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_mkdir()
1039 php_error_docref(NULL, E_WARNING, "Invalid path provided in %s", url); in php_stream_ftp_mkdir()
1114 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stre… in php_stream_ftp_rmdir() argument
1121 stream = php_ftp_fopen_connect(wrapper, url, "r", 0, NULL, context, NULL, &resource, NULL, NULL); in php_stream_ftp_rmdir()
1124 php_error_docref(NULL, E_WARNING, "Unable to connect to %s", url); in php_stream_ftp_rmdir()
1131 php_error_docref(NULL, E_WARNING, "Invalid path provided in %s", url); in php_stream_ftp_rmdir()