Home
last modified time | relevance | path

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

/plugin/tindexmenu/inc/
H A Dpclzip.lib.php167 var $zip_fd = 0; variable in PclZip
199 $this->zip_fd = 0;
2149 @rewind($this->zip_fd);
2306 if ($this->zip_fd != 0)
2344 if ($this->zip_fd != 0)
2346 $this->zip_fd = 0;
3015 @rewind($this->zip_fd);
4605 @rewind($this->zip_fd);
4612 @rewind($this->zip_fd);
5052 @rewind($this->zip_fd);
[all …]
/plugin/indexmenu/inc/
H A Dpclzip.lib.php170 public $zip_fd = 0;
201 $this->zip_fd = 0;
1073 if (($this->zip_fd = @fopen($this->zipname, 'rb')) == 0) {
2037 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 5, "Position in file : ".ftell($this->zip_fd)."'");
2038 @rewind($this->zip_fd);
2039 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 5, "Position in file : ".ftell($this->zip_fd)."'");
2063 $v_buffer = fread($this->zip_fd, $v_read_size);
2071 $v_swap = $this->zip_fd;
2072 $this->zip_fd = $v_zip_temp_fd;
2089 $v_offset = @ftell($this->zip_fd);
167 var $zip_fd = 0; global() variable in PclZip
[all...]