Home
last modified time | relevance | path

Searched refs:fseek (Results 51 – 75 of 141) sorted by relevance

123456

/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php93 fseek($fd, $PossibleLAMEversionStringOffset);
424 fseek($fd, $offset, SEEK_SET);
1109 fseek($fd, $offset, SEEK_SET);
1157 fseek($fd, $nextoffset - 1, SEEK_SET);
1207 fseek($fd, $ThisFileInfo['avdataoffset'], SEEK_SET);
1219 fseek($fd, $i - 4, SEEK_CUR);
1248 fseek($fd, $MPEGaudioHeaderLengthCache[$head4] - 4, SEEK_CUR);
1258 fseek($fd, -4, SEEK_CUR);
1269 fseek($fd, $WhereWeWere - 3, SEEK_SET);
1333 fseek($fd, $avdataoffset, SEEK_SET);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.efax.php29 $this->fseek($info['avdataoffset']);
H A Dmodule.audio-video.bink.php30 $this->fseek($info['avdataoffset']);
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.la.php31 $this->fseek($info['avdataoffset']);
175 $this->fseek($info['la']['footerstart']);
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.amr.php29 $this->fseek($info['avdataoffset']);
H A Dmodule.misc.exe.php29 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.aac.php28 $this->fseek($info['avdataoffset']);
46 $this->fseek($info['avdataoffset']);
329 $this->fseek($byteoffset);
H A Dmodule.audio.mpc.php38 $this->fseek($info['avdataoffset']);
210 $this->fseek($offset);
344 $this->fseek($info['avdataoffset']);
H A Dmodule.misc.iso.php32 $this->fseek(2048 * $i);
248 $this->fseek($info['iso']['path_table']['offset']);
298 $this->fseek($directorydata['location_bytes']);
H A Dmodule.graphic.svg.php29 $this->fseek($info['avdataoffset']);
H A Dmodule.audio-video.ts.php29 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.au.php29 $this->fseek($info['avdataoffset']);
H A Dmodule.audio.rkau.php29 $this->fseek($info['avdataoffset']);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DFlate.php49 fseek($fh, 0);
/plugin/ajaxpeon/
H A Dhelper.php179 fseek($outlog,0,SEEK_SET);
181 fseek($outlog,0,SEEK_END);
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php622 fseek($this->stdout, 0);
681 fseek($this->stderr, 0);
909 fseek($this->stdout, 0, \SEEK_END);
911 fseek($this->stdout, $this->incrementalOutputOffset);
925 fseek($this->stderr, 0, \SEEK_END);
927 fseek($this->stderr, $this->incrementalErrorOutputOffset);
/plugin/combo/vendor/symfony/process/
H A DProcess.php681 fseek($this->stdout, 0);
740 fseek($this->stderr, 0);
955 fseek($this->stdout, 0, \SEEK_END);
957 fseek($this->stdout, $this->incrementalOutputOffset);
969 fseek($this->stderr, 0, \SEEK_END);
971 fseek($this->stderr, $this->incrementalErrorOutputOffset);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryReader.php45 fseek($this->buffer, 0);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLazyOpenStreamTest.php61 fseek($r, 0);
H A DGuzzleStreamWrapperTest.php21 $this->assertSame(0, fseek($handle, 0));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php309 fseek($stream, 0);
324 fseek($stream, 0);
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php345 fseek($mem, 0);
422 fseek($mem, 0);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php97 fseek($fp_source, $start_offset_bytes, SEEK_SET);

123456