Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dstream.c759 php_url_free(resource_from); in phar_wrapper_rename()
765 php_url_free(resource_from); in phar_wrapper_rename()
776 php_url_free(resource_from); in phar_wrapper_rename()
783 php_url_free(resource_from); in phar_wrapper_rename()
790 if (!resource_from->scheme || !resource_from->host || !resource_from->path) { in phar_wrapper_rename()
791 php_url_free(resource_from); in phar_wrapper_rename()
798 php_url_free(resource_from); in phar_wrapper_rename()
805 php_url_free(resource_from); in phar_wrapper_rename()
812 php_url_free(resource_from); in phar_wrapper_rename()
819 php_url_free(resource_from); in phar_wrapper_rename()
[all …]
/php-src/ext/standard/
H A Dftp_fopen_wrapper.c947 php_url *resource_from = NULL, *resource_to = NULL; in php_stream_ftp_rename() local
951 resource_from = php_url_parse(url_from); in php_stream_ftp_rename()
956 if (!resource_from || in php_stream_ftp_rename()
958 !resource_from->scheme || in php_stream_ftp_rename()
961 !resource_from->host || in php_stream_ftp_rename()
964 (resource_from->port != resource_to->port && in php_stream_ftp_rename()
965 resource_from->port * resource_to->port != 0 && in php_stream_ftp_rename()
967 !resource_from->path || in php_stream_ftp_rename()
1002 php_url_free(resource_from); in php_stream_ftp_rename()
1008 if (resource_from) { in php_stream_ftp_rename()
[all …]

Completed in 10 milliseconds