Lines Matching refs:zipname

167     public $zipname = '';  variable in PclZip
200 $this->zipname = $p_zipname;
1070 if (@is_file($this->zipname)) {
1073 if (($this->zip_fd = @fopen($this->zipname, 'rb')) == 0) {
1077 …ErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \'' . $this->zipname . '\' in binary r…
1134 $v_result = $this->privDuplicate($p_archive->zipname);
1302 if (!is_file($this->zipname)) {
1304 … PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "Missing archive file '" . $this->zipname . "'");
1310 if (!is_readable($this->zipname)) {
1312 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, "Unable to read archive '" . $this->zipname . "'");
2003 if ((!is_file($this->zipname)) || (filesize($this->zipname) == 0)) {
2167 @unlink($this->zipname);
2172 PclZipUtilRename($v_zip_temp_name, $this->zipname);
2193 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Zip file \'' . $this->zipname . '\' already open'…
2202 if (($this->zip_fd = @fopen($this->zipname, $p_mode)) == 0) {
2204 …ErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \'' . $this->zipname . '\' in ' . $p_m…
2892 if (($this->zip_fd = @fopen($this->zipname, 'rb')) == 0) {
2897 …ErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \'' . $this->zipname . '\' in binary r…
4260 $v_size = filesize($this->zipname);
4266 …rorLog(PCLZIP_ERR_BAD_FORMAT, 'Unable to go to the end of the archive \'' . $this->zipname . '\'');
4282 …ZIP_ERR_BAD_FORMAT, 'Unable to seek back to the middle of the archive \'' . $this->zipname . '\'');
4313 …ZIP_ERR_BAD_FORMAT, 'Unable to seek back to the middle of the archive \'' . $this->zipname . '\'');
4733 @unlink($this->zipname);
4737 PclZipUtilRename($v_zip_temp_name, $this->zipname);
4833 if (!is_file($p_archive_to_add->zipname)) {
4845 if (!is_file($this->zipname)) {
4849 $v_result = $this->privDuplicate($p_archive_to_add->zipname);
5005 @unlink($this->zipname);
5010 PclZipUtilRename($v_zip_temp_name, $this->zipname);