Home
last modified time | relevance | path

Searched refs:buffer (Results 301 – 302 of 302) sorted by path

1...<<111213

/plugin/zip/pear/File/Archive/Writer/
H A DMemoryArchive.php47 var $buffer = ''; variable in File_Archive_Writer_MemoryArchive
135 $this->buffer);
143 $this->buffer = '';
152 $this->buffer .= file_get_contents($this->currentDataFile);
155 $this->buffer .= $data;
162 if ($this->currentDataFile === null && empty($this->buffer)) {
166 $this->buffer .= file_get_contents($this->currentDataFile);
169 $this->buffer .= file_get_contents($filename);
H A DTar.php39 var $buffer; variable in File_Archive_Writer_Tar
138 $this->stats[7] = strlen($this->buffer);
144 $this->buffer
151 $this->buffer = "";
185 $this->buffer .= $data;
197 $this->buffer .= file_get_contents($filename);

1...<<111213