Home
last modified time | relevance | path

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

/PHP-8.3/ext/phar/
H A Dstream.c767 php_url_free(resource_from); in phar_wrapper_rename()
773 php_url_free(resource_from); in phar_wrapper_rename()
784 php_url_free(resource_from); in phar_wrapper_rename()
791 php_url_free(resource_from); in phar_wrapper_rename()
798 if (!resource_from->scheme || !resource_from->host || !resource_from->path) { in phar_wrapper_rename()
799 php_url_free(resource_from); in phar_wrapper_rename()
806 php_url_free(resource_from); in phar_wrapper_rename()
813 php_url_free(resource_from); in phar_wrapper_rename()
820 php_url_free(resource_from); in phar_wrapper_rename()
829 php_url_free(resource_from); in phar_wrapper_rename()
[all …]
/PHP-8.3/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