Home
last modified time | relevance | path

Searched refs:ftell (Results 1 – 25 of 67) sorted by relevance

123

/plugin/zip/pear/File/Archive/Reader/
H A DCache.php99 'pos' => ftell($this->tmpFile)
142 $maxSize = $this->files[$this->pos+1]['pos'] - ftell($this->tmpFile);
169 $maxSize = $this->files[$this->pos+1]['pos'] - ftell($this->tmpFile);
179 $before = ftell($this->tmpFile);
195 $before = ftell($this->tmpFile);
205 return ftell($this->tmpFile) - $this->files[$this->pos]['pos'];
H A DFile.php217 $before = ftell($this->handle);
222 return ftell($this->handle) - $before;
235 $before = ftell($this->handle);
240 return $before - ftell($this->handle);
252 return ftell($this->handle);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php71 $CurrentOutputPosition = ftell($fp_output);
98 while (!feof($fp_source) && (ftell($fp_source) < $end_offset_bytes)) {
99 fwrite($fp_output, fread($fp_source, min(32768, $end_offset_bytes - ftell($fp_source))));
/plugin/cleanoldips/
H A Daction.php114 $positionAtBeginningOfLine = ftell($handle) - strlen($line);
120 $writeOffset = ftell($handle) - strlen($line);
128 file_put_contents($cacheFile, ftell($handle));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.vqf.php60 while ($this->ftell() < $info['avdataend']) {
62 $ChunkBaseOffset = $this->ftell();
73 if ($ChunkSize > ($info['avdataend'] - $this->ftell())) {
H A Dmodule.audio.dsdiff.php55 $thisChunk['offset'] = $this->ftell() - 12;
68 …$this->error('Expecting "DSD " at offset '.($this->ftell() - 4).', found "'.getid3_lib::PrintHexBy…
76 …$this->error('Expecting "SND " at offset '.($this->ftell() - 4).', found "'.getid3_lib::PrintHexBy…
208 …$endOfID3v2 = $this->ftell() + $datasize; // we will need to reset the filepointer after parsing I…
214 $getid3_id3v2->StartingOffset = $this->ftell();
H A Dmodule.audio.voc.php65 $BlockOffset = $this->ftell();
80 $info['avdataoffset'] = $this->ftell();
125 $info['avdataoffset'] = $this->ftell();
H A Dmodule.audio.wavpack.php34 if ($this->ftell() >= $info['avdataend']) {
48 $blockheader_offset = $this->ftell() - 32;
151 …while (!feof($this->getid3->fp) && ($this->ftell() < ($blockheader_offset + $blockheader_size + 8)…
153 $metablock = array('offset'=>$this->ftell());
H A Dmodule.archive.zip.php234 $LocalFileHeader['offset'] = $this->ftell();
292 $LocalFileHeader['data_offset'] = $this->ftell();
299 …('invalid Local File Header Data Descriptor Signature at offset '.($this->ftell() - 16).' - expect…
332 $CentralDirectory['offset'] = $this->ftell();
391 $EndOfCentralDirectory['offset'] = $this->ftell();
H A Dmodule.audio.flac.php55 $BlockOffset = $this->ftell();
135 $info['avdataoffset'] = $this->ftell();
422 str_replace('/', '_', $picture['picturetype']).'_'.$this->ftell(),
423 $this->ftell(),
H A Dmodule.graphic.gif.php177 …$this->warning('Expecting 03 01 at offset '.($this->ftell() - 4).', found "'.getid3_lib::PrintHexB…
187 $info['gif']['terminator_offset'] = $this->ftell() - 1;
H A Dmodule.audio.ogg.php53 if ($this->ftell() >= $this->getid3->fread_buffer_size()) {
354 $info['avdataend'] = $this->ftell();
532 $oggheader['page_start_offset'] = $this->ftell(); // where we started from in the file
537 if (($this->ftell() - $oggheader['page_start_offset']) >= $this->getid3->fread_buffer_size()) {
589 $OriginalOffset = $this->ftell();
645 if ($this->ftell() < ($ThisFileInfo_ogg_comments_raw[$i]['dataoffset'] + 4)) {
701 …$this->warning('undefined Vorbis Comment page "'.$VorbisCommentPage.'" at offset '.$this->ftell());
706 …->warning('invalid length Vorbis Comment page "'.$VorbisCommentPage.'" at offset '.$this->ftell());
H A Dmodule.audio-video.riff.php64 $offset = $this->ftell();
1196 $old_offset = $this->ftell();
1219 $old_offset = $this->ftell();
1521 while ($this->ftell() < $maxoffset) {
1544 $RIFFchunk[$listname]['offset'] = $this->ftell() - 4;
1548 $WhereWeWere = $this->ftell();
1561 $getid3_temp->info['avdataoffset'] = $this->ftell() - 4;
1583 $getid3_temp->info['avdataoffset'] = $this->ftell() - 4;
1610 $LISTchunkMaxOffset = $this->ftell() - 4 + $chunksize;
1627 $RIFFchunk[$chunkname][$thisindex]['offset'] = $this->ftell() - 8;
[all …]
H A Dgetid3.php494 if (($fseek < 0) || (($this->info['filesize'] != 0) && (ftell($this->fp) == 0)) ||
496 (ftell($this->fp) < 0)) {
2025 protected function ftell() { function in getid3_handler
2029 return ftell($this->getid3->fp);
2044 $pos = $this->ftell() + $bytes;
2046 …throw new getid3_exception('cannot fread('.$bytes.' from '.$this->ftell().') because beyond PHP fi…
2061 …throw new getid3_exception('cannot fread('.$bytes.' from '.$this->ftell().') that is more than ava…
2098 $pos = $this->ftell() + $bytes;
H A Dmodule.audio.aac.php326 …$this->warning('Unable to parse AAC file beyond '.$this->ftell().' (PHP does not support file oper…
335 …$this->error('Failed to read 7 bytes at offset '.($this->ftell() - $substringlength).' (only read …
345 …$this->error('Synch pattern (0x0FFF) not found at offset '.($this->ftell() - $substringlength).' (…
H A Dmodule.tag.lyrics3.php189 …$this->error('"LYRICSEND" expected at '.($this->ftell() - 11 + $length - 9).' but found "'.substr(…
237 …$this->error('"LYRICS200" expected at '.($this->ftell() - 11 + $length - 9).' but found "'.substr(…
/plugin/gdpr/action/
H A Doldips.php113 $positionAtBeginningOfLine = ftell($handle) - strlen($line);
119 $writeOffset = ftell($handle) - strlen($line);
127 file_put_contents($cacheFile, ftell($handle));
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DUtil.php18 if (ftell($stream) - $offset === $numberOfBytes) {
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2203 $v_offset = @ftell($this->zip_fd);
2252 $v_size = @ftell($this->zip_fd)-$v_offset;
2383 $v_offset = @ftell($this->zip_fd);
2409 $v_size = @ftell($this->zip_fd)-$v_offset;
2850 $p_header['offset'] = ftell($this->zip_fd);
3214 $v_pos_entry = ftell($this->zip_fd);
4404 if (@ftell($this->zip_fd) != $v_size)
4443 $v_pos = ftell($this->zip_fd);
4465 $v_pos = ftell($this->zip_fd);
5123 $v_offset = @ftell($v_zip_temp_fd);
[all …]
/plugin/indexmenu/inc/
H A Dpclzip.lib.php2037 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 5, "Position in file : ".ftell($this->zip_fd)."'");
2039 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 5, "Position in file : ".ftell($this->zip_fd)."'");
2089 $v_offset = @ftell($this->zip_fd);
2138 $v_size = @ftell($this->zip_fd) - $v_offset;
2265 $v_offset = @ftell($this->zip_fd);
2292 $v_size = @ftell($this->zip_fd) - $v_offset;
2732 $p_header['offset'] = ftell($this->zip_fd);
2914 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Position in file : ".ftell($this->zip_fd)."'");
2916 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Position in file : ".ftell($this->zip_fd)."'");
2927 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Position in file : ".ftell(
[all...]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DGuzzleStreamWrapperTest.php19 $this->assertSame(3, ftell($handle));
/plugin/botbouncer/admin/
H A Dstatistics.php121 $pos = ftell($fp);
/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php102 $old_pos = ftell($filehandle);
130 $old_pos = ftell($filehandle);
356 $baseOffset = ftell($filehandle) + OpenTypeFileNAMERecord::sizeof()*$this->_count;
428 $old_offset = ftell($filehandle);
/plugin/xfortune/
H A Dhelper.php107 $seek = ftell($fd);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php351 return ftell($stream);

123