Searched refs:resource_from (Results 1 – 2 of 2) sorted by relevance
762 php_url_free(resource_from); in phar_wrapper_rename()768 php_url_free(resource_from); in phar_wrapper_rename()779 php_url_free(resource_from); in phar_wrapper_rename()786 php_url_free(resource_from); in phar_wrapper_rename()793 if (!resource_from->scheme || !resource_from->host || !resource_from->path) { in phar_wrapper_rename()794 php_url_free(resource_from); in phar_wrapper_rename()801 php_url_free(resource_from); in phar_wrapper_rename()808 php_url_free(resource_from); in phar_wrapper_rename()815 php_url_free(resource_from); in phar_wrapper_rename()824 php_url_free(resource_from); in phar_wrapper_rename()[all …]
947 php_url *resource_from = NULL, *resource_to = NULL; in php_stream_ftp_rename() local951 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