Home
last modified time | relevance | path

Searched refs:fseek (Results 1 – 25 of 141) sorted by relevance

123456

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dsdiff.php30 $this->fseek($info['avdataoffset']);
39 $this->fseek($info['avdataoffset']);
92 $this->fseek($datasize, SEEK_CUR);
101 $this->fseek($datasize, SEEK_CUR);
122 $this->fseek(1, SEEK_CUR);
157 $this->fseek(1, SEEK_CUR);
183 $this->fseek(1, SEEK_CUR);
194 $this->fseek(1, SEEK_CUR);
220 $this->fseek($endOfID3v2);
226 $this->fseek($datasize, SEEK_CUR);
[all …]
H A Dmodule.audio.tak.php36 $this->fseek($info['avdataoffset']);
47 $this->fseek($offset);
53 $this->fseek($offset);
68 $this->fseek($offset);
77 $this->fseek($offset);
90 $this->fseek($offset);
98 $this->fseek($offset);
107 $this->fseek($offset);
118 $this->fseek($offset);
123 $this->fseek($offset);
H A Dmodule.audio.mod.php28 $this->fseek($info['avdataoffset']);
48 $this->fseek($info['avdataoffset'] + 1080);
66 $this->fseek($info['avdataoffset']);
84 $this->fseek($info['avdataoffset'] + 44);
102 $this->fseek($info['avdataoffset']);
H A Dmodule.misc.pdf.php31 $this->fseek(0);
42 $this->fseek(-40, SEEK_END);
54 $this->fseek(0);
70 $this->fseek($offset);
75 $this->fseek($offset + strlen($matches[0]));
121 $this->fseek($XREFoffset);
H A Dmodule.audio.voc.php30 $this->fseek($info['avdataoffset']);
82 $this->fseek($BlockSize - 2, SEEK_CUR);
105 $this->fseek($BlockSize, SEEK_CUR);
127 $this->fseek($BlockSize - 12, SEEK_CUR);
146 $this->fseek($BlockSize, SEEK_CUR);
160 $this->fseek(-3, SEEK_CUR);
H A Dmodule.audio.optimfrog.php35 $this->fseek($info['avdataoffset']);
59 $this->fseek($info['avdataoffset']);
72 $this->fseek($info['avdataend']);
109 $this->fseek($info['avdataoffset']);
200 $this->fseek($BlockSize - 14, SEEK_CUR);
255 $this->fseek($BlockSize, SEEK_CUR);
266 $this->fseek($BlockSize, SEEK_CUR);
285 $this->fseek($BlockSize, SEEK_CUR);
296 $this->fseek($BlockSize, SEEK_CUR);
H A Dmodule.archive.zip.php45 $this->fseek(-128 * $EOCDsearchCounter, SEEK_END);
51 $this->fseek((-128 * $EOCDsearchCounter) + $EOCDposition, SEEK_END);
54 $this->fseek($info['zip']['end_central_directory']['directory_offset']);
90 $this->fseek($central_directory_entry['entry_offset']);
110 $this->fseek($info['zip']['entries'][0]['data_offset']);
241 …$this->fseek($LocalFileHeader['offset']); // seek back to where filepointer originally was so it c…
293 …$this->fseek($LocalFileHeader['compressed_size'], SEEK_CUR); // this should (but may not) match va…
300 …$this->fseek($LocalFileHeader['offset']); // seek back to where filepointer originally was so it c…
339 …$this->fseek($CentralDirectory['offset']); // seek back to where filepointer originally was so it …
398 …$this->fseek($EndOfCentralDirectory['offset']); // seek back to where filepointer originally was s…
H A Dmodule.audio.bonk.php43 $this->fseek($thisfile_bonk['dataend'] - 8);
47 $this->fseek(0 - $BonkTagSize, SEEK_CUR);
66 $this->fseek($NextTagEndOffset);
74 $this->fseek($thisfile_bonk['dataoffset']);
101 $this->fseek($thisfile_bonk['META']['tags']['info']);
178 $this->fseek(-5, SEEK_CUR);
H A Dmodule.graphic.tiff.php29 $this->fseek($info['avdataoffset']);
58 $this->fseek($info['avdataoffset'] + $nextIFDoffset);
135 $this->fseek($fieldarray['offset']);
151 $this->fseek($fieldarray['offset']);
158 $this->fseek($fieldarray['offset']);
H A Dwrite.apetag.php99 fseek($fp, $PostAPEdataOffset);
105 fseek($fp, $PostAPEdataOffset);
107 fseek($fp, $ThisFileInfo['ape']['tag_offset_start']);
135 fseek($fp, $ThisFileInfo['ape']['tag_offset_end']);
142 fseek($fp, $ThisFileInfo['ape']['tag_offset_start']);
H A Dwrite.id3v1.php68 fseek($fp_source, -128, SEEK_END);
70 fseek($fp_source, -128, SEEK_END); // overwrite existing ID3v1 tag
72 fseek($fp_source, 0, SEEK_END); // append new ID3v1 tag
136 fseek($fp_source, -128, SEEK_END);
H A Dmodule.audio.shorten.php28 $this->fseek($info['avdataoffset']);
43 $this->fseek($info['avdataend'] - 12);
49 $this->fseek($info['shn']['seektable']['offset']);
H A Dwrite.lyrics3.php69 fseek($fp, $ThisFileInfo['lyrics3']['tag_offset_end']);
78 fseek($fp, $ThisFileInfo['lyrics3']['tag_offset_start']);
H A Dmodule.archive.hpk.php31 $this->fseek($info['avdataoffset']);
47 $this->fseek($info['hpk']['header']['fragmented_filesystem_offset']);
H A Dwrite.real.php94 fseek($fp_source, $oldChunkInfo['.RMF']['offset']);
103 fseek($fp_source, $oldChunkInfo['PROP']['offset']);
114 fseek($fp_source, $oldChunkInfo['CONT']['offset']);
136 fseek($fp_source, $AfterOffset);
302 fseek($fp_source, $AfterOffset);
H A Dmodule.tag.apetag.php52 $this->fseek(0 - $id3v1tagsize - $apetagheadersize - $lyrics3tagsize, SEEK_END);
71 $this->fseek($this->overrideendoffset - $apetagheadersize);
88 $this->fseek($thisfile_ape['tag_offset_end'] - $apetagheadersize);
96 …$this->fseek($thisfile_ape['tag_offset_end'] - $thisfile_ape['footer']['raw']['tagsize'] - $apetag…
101 $this->fseek($thisfile_ape['tag_offset_start']);
H A Dmodule.audio-video.ivf.php31 $this->fseek($info['avdataoffset']);
63 $this->fseek($framesize, SEEK_CUR);
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php78 fseek($this->tmpFile, $this->files[$this->pos]['pos'], SEEK_SET);
94 fseek($this->tmpFile, 0, SEEK_END);
176 fseek($this->tmpFile, $length, SEEK_CUR);
180 fseek($this->tmpFile, 0, SEEK_SET);
197 fseek($this->tmpFile, $pos, SEEK_SET);
214 fseek($this->tmpFile, 0, SEEK_SET);
H A DFile.php218 if (($length == -1 && @fseek($this->handle, 0, SEEK_END) === -1) ||
219 ($length >= 0 && @fseek($this->handle, $length, SEEK_CUR) === -1)) {
236 if (($length == -1 && @fseek($this->handle, 0, SEEK_SET) === -1) ||
237 ($length >= 0 && @fseek($this->handle, -$length, SEEK_CUR) === -1)) {
/plugin/cleanoldips/
H A Daction.php106 fseek($handle, $startPosition);
115 fseek($handle, $positionAtBeginningOfLine);
121 fseek($handle, $writeOffset);
147 fseek($handle, $cacheStartPosition - 1);
/plugin/gdpr/action/
H A Doldips.php105 fseek($handle, $startPosition);
114 fseek($handle, $positionAtBeginningOfLine);
120 fseek($handle, $writeOffset);
146 fseek($handle, $cacheStartPosition - 1);
/plugin/xfortune/
H A Dhelper.php102 fseek($fd, $rnd);
129 fseek($fd, 0);
140 fseek($fd, 0);
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php258 fseek($f,4,SEEK_CUR);
260 fseek($f,6,SEEK_CUR);
270 fseek($f,12,SEEK_CUR);
277 fseek($f,4,SEEK_CUR);
279 fseek($f,$offset,SEEK_SET);
281 fseek($f,8,SEEK_CUR);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php68 fseek($f, $offset);
72 fseek($f, $offset, SEEK_END);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php68 fseek($f, $offset);
72 fseek($f, $offset, SEEK_END);

123456