Lines Matching refs:filename

87 …private function getFileEntry($compmethod, $mtime, $crc32, $complength, $uncomplength, $filename, …
93 pack("VVVvv", $crc32, $complength, $uncomplength, strlen($filename), 0x00) .
94 $filename .
100 pack("VVVvv", $crc32, $complength, $uncomplength, strlen($filename), 0x00) .
101 $filename .
107 pack("VVVvv", $crc32, $complength, $uncomplength, strlen($filename), 0x00) .
108 $filename .
114 pack("VVVvv", $crc32 + 1, $complength, $uncomplength, strlen($filename), 0x00) .
115 $filename .
121 pack("VVVvv", $crc32, $complength + 1, $uncomplength, strlen($filename), 0x00) .
122 $filename .
128 pack("VVVvv", $crc32, $complength, $uncomplength - 1, strlen($filename), 0x00) .
129 $filename .
135 pack("VVVvv", $crc32, $complength, $uncomplength, strlen($filename) - 1, 0x00) .
136 $filename .
142 pack("VVVvv", $crc32, $complength, $uncomplength, strlen($filename), 1) .
143 $filename .
146 case 'filename' :
149 pack("VVVvv", $crc32, $complength, $uncomplength, strlen($filename), 0x00) .
150 substr($filename, 1) .
156 pack("VVVvv", $crc32, $complength, $uncomplength, strlen($filename), 0x00) .
157 $filename .
164 …tCentralEntry($compmethod, $mtime, $crc32, $complength, $uncomplength, $filename, $comment, $corru…
171 …pack("VVVvvvvvVV", $crc32, $complength, $uncomplength, strlen($filename), 0x00,strlen($comment),0x…
173 $filename . $comment;
179 …pack("VVVvvvvvVV", $crc32, $complength, $uncomplength, strlen($filename), 0x00,strlen($comment),0x…
181 $filename . $comment;
187 …pack("VVVvvvvvVV", $crc32, $complength, $uncomplength, strlen($filename), 0x00,strlen($comment),0x…
189 $filename . $comment;
195 …pack("VVVvvvvvVV", $crc32 + 1, $complength, $uncomplength, strlen($filename), 0x00,strlen($comment…
197 $filename . $comment;
203 …pack("VVVvvvvvVV", $crc32, $complength - 1, $uncomplength, strlen($filename), 0x00,strlen($comment…
205 $filename . $comment;
211 …pack("VVVvvvvvVV", $crc32, $complength, $uncomplength - 1, strlen($filename), 0x00,strlen($comment…
213 $filename . $comment;
219 …pack("VVVvvvvvVV", $crc32, $complength, $uncomplength, strlen($filename) - 1, 0x00,strlen($comment…
221 $filename . $comment;
227 …pack("VVVvvvvvVV", $crc32, $complength, $uncomplength, strlen($filename), 0x00,strlen($comment),0x…
229 $filename . $comment;
235 …pack("VVVvvvvvVV", $crc32, $complength, $uncomplength, strlen($filename), 0x00,strlen($comment) + …
237 $filename . $comment;
244 …pack("VVVvvvvvVV", $crc32, $complength, $uncomplength, strlen($filename), strlen($extra),strlen($c…
246 $filename . $extra . $comment;
253 …function addFile($filename, $mtime, $data, $comment = null, $compress = null, $filecorrupt = null,…
272 …>getFileEntry($compmethod, $mtime, $crc32, $complength, $uncomplength, $filename, $data, $filecorr…
275 …tCentralEntry($compmethod, $mtime, $crc32, $complength, $uncomplength, $filename, $comment, $centr…