Lines Matching refs:zipname

164     var $zipname = '';  variable in PclZip
198 $this->zipname = $p_zipname;
1115 if (@is_file($this->zipname))
1119 if (($this->zip_fd = @fopen($this->zipname, 'rb')) == 0)
1124 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \''.$this->zipname.'\' in …
1184 $v_result = $this->privDuplicate($p_archive->zipname);
1402 if (!is_file($this->zipname)) {
1404 PclZip::privErrorLog(PCLZIP_ERR_MISSING_FILE, "Missing archive file '".$this->zipname."'");
1410 if (!is_readable($this->zipname)) {
1412 … PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, "Unable to read archive '".$this->zipname."'");
2111 if ((!is_file($this->zipname)) || (filesize($this->zipname) == 0))
2282 @unlink($this->zipname);
2287 PclZipUtilRename($v_zip_temp_name, $this->zipname);
2309 … PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Zip file \''.$this->zipname.'\' already open');
2318 if (($this->zip_fd = @fopen($this->zipname, $p_mode)) == 0)
2321 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \''.$this->zipname.'\' in …
2990 if (($this->zip_fd = @fopen($this->zipname, 'rb')) == 0)
2996 …PclZip::privErrorLog(PCLZIP_ERR_READ_OPEN_FAIL, 'Unable to open archive \''.$this->zipname.'\' in …
4400 $v_size = filesize($this->zipname);
4407 …ivErrorLog(PCLZIP_ERR_BAD_FORMAT, 'Unable to go to the end of the archive \''.$this->zipname.'\'');
4424 …(PCLZIP_ERR_BAD_FORMAT, 'Unable to seek back to the middle of the archive \''.$this->zipname.'\'');
4456 …(PCLZIP_ERR_BAD_FORMAT, 'Unable to seek back to the middle of the archive \''.$this->zipname.'\'');
4893 @unlink($this->zipname);
4898 PclZipUtilRename($v_zip_temp_name, $this->zipname);
5007 if (!is_file($p_archive_to_add->zipname))
5020 if (!is_file($this->zipname))
5025 $v_result = $this->privDuplicate($p_archive_to_add->zipname);
5191 @unlink($this->zipname);
5196 PclZipUtilRename($v_zip_temp_name, $this->zipname);