Home
last modified time | relevance | path

Searched refs:fseek (Results 26 – 50 of 141) sorted by last modified time

123456

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php273 fseek($handle, $fileSize - $i - $j - 1);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DUtil.php12 if (fseek($stream, $offset) === 0) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php177 if (!stream_get_meta_data($body)['seekable'] || fseek($body, $start, SEEK_SET) === -1) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php68 fseek($f, $offset);
72 fseek($f, $offset, SEEK_END);
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php431 @fseek($this->fh, $bytes, SEEK_CUR);
/plugin/loglog/helper/
H A Dlogging.php85 fseek($fp, 0, SEEK_END);
99 fseek($fp, $pos);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.ts.php29 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.aa.php29 $this->fseek($info['avdataoffset']);
H A Dmodule.graphic.pcd.php35 $this->fseek($info['avdataoffset'] + 72);
66 $this->fseek($info['avdataoffset'] + $PCD_dataOffset);
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 Dgetid3.lib.php772 fseek($fp, $offset);
802 if (fseek($fp_src, $offset) == 0) {
H A Dgetid3.php493 $fseek = fseek($this->fp, 0, SEEK_END);
494 if (($fseek < 0) || (($this->info['filesize'] != 0) && (ftell($this->fp) == 0)) ||
563 fseek($this->fp, 0);
574 fseek($this->fp, $this->info['avdataoffset']);
2079 protected function fseek($bytes, $whence=SEEK_SET) { function in getid3_handler
2106 return fseek($this->getid3->fp, $bytes, $whence);
2147 fseek($this->getid3->fp, -1, SEEK_CUR);
2232 $this->fseek($offset);
2254 $this->fseek($offset);
2287 $this->fseek($offset + $length);
H A Dmodule.audio-video.bink.php30 $this->fseek($info['avdataoffset']);
H A Dmodule.audio-video.flv.php99 $this->fseek($info['avdataoffset']);
121 $this->fseek($FrameSizeDataLength - $FLVheaderFrameLength, SEEK_CUR);
275 $this->fseek(-1, SEEK_CUR);
312 $this->fseek($NextOffset);
H A Dmodule.audio-video.riff.php62 $this->fseek($info['avdataoffset']);
103 $this->fseek($nextRIFFoffset);
477 $this->fseek($info['avdataend']);
1199 $this->fseek($old_offset);
1222 $this->fseek($old_offset);
1421 $this->fseek($startoffset);
1519 $this->fseek($startoffset);
1600 $this->fseek($WhereWeWere);
1620 $this->fseek($chunksize, SEEK_CUR);
1723 $this->fseek($nextoffset);
[all …]
H A Dmodule.audio.aac.php28 $this->fseek($info['avdataoffset']);
46 $this->fseek($info['avdataoffset']);
329 $this->fseek($byteoffset);
H A Dmodule.audio.amr.php29 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.au.php29 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.flac.php35 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.mpc.php38 $this->fseek($info['avdataoffset']);
210 $this->fseek($offset);
344 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.ogg.php48 $this->fseek($info['avdataoffset']);
223 $this->fseek($oggpageinfo['page_end_offset']);
264 $this->fseek($oggpageinfo['page_start_offset']);
326 $this->fseek($info['ogg']['pageheader'][$oggpageinfo['page_seqno']]['page_length'], SEEK_CUR);
350 $this->fseek(max($info['avdataend'] - $this->getid3->fread_buffer_size(), 0));
353 $this->fseek($info['avdataend'] - ($LastOggSpostion + strlen('SggO')));
576 $this->fseek($oggheader['header_end_offset']);
600 $this->fseek($CommentStartOffset);
615 $this->fseek($CommentStartOffset);
818 $this->fseek($OriginalOffset);
H A Dmodule.audio.rkau.php29 $this->fseek($info['avdataoffset']);
H A Dmodule.graphic.jpg.php35 $this->fseek($info['avdataoffset']);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php97 fseek($fp_source, $start_offset_bytes, SEEK_SET);
H A Ddemo.zip.php39 fseek($getid3->fp, $valuearray['entry_offset'], SEEK_SET);
45 fseek($getid3->fp, $LocalFileHeader['data_offset'], SEEK_SET);

123456