Searched refs:ftell (Results 1 – 25 of 71) sorted by relevance
123
| /plugin/zip/pear/File/Archive/Reader/ |
| D | Cache.php | 99 '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'];
|
| D | File.php | 217 $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/ |
| D | demo.joinmp3.php | 71 $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/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio.vqf.php | 60 while ($this->ftell() < $info['avdataend']) { 62 $ChunkBaseOffset = $this->ftell(); 73 if ($ChunkSize > ($info['avdataend'] - $this->ftell())) {
|
| D | module.audio.dsdiff.php | 55 $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();
|
| D | module.audio.voc.php | 65 $BlockOffset = $this->ftell(); 80 $info['avdataoffset'] = $this->ftell(); 125 $info['avdataoffset'] = $this->ftell();
|
| D | module.audio.wavpack.php | 34 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());
|
| D | module.archive.zip.php | 234 $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();
|
| D | module.audio.flac.php | 55 $BlockOffset = $this->ftell(); 135 $info['avdataoffset'] = $this->ftell(); 422 str_replace('/', '_', $picture['picturetype']).'_'.$this->ftell(), 423 $this->ftell(),
|
| D | module.audio.ogg.php | 53 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());
|
| D | module.graphic.gif.php | 177 …$this->warning('Expecting 03 01 at offset '.($this->ftell() - 4).', found "'.getid3_lib::PrintHexB… 187 $info['gif']['terminator_offset'] = $this->ftell() - 1;
|
| D | module.audio-video.riff.php | 64 $offset = $this->ftell(); 157 …$this->warning('Found wrongly-structured DIVXTAG at offset '.($this->ftell() - 128).', parsing any… 1196 $old_offset = $this->ftell(); 1219 $old_offset = $this->ftell(); 1521 while ($this->ftell() < $maxoffset) { 1528 …$this->error('Expecting chunk name at offset '.($this->ftell() - 8).' but found nothing. Aborting … 1532 …$this->warning('Chunk ('.$chunkname.') size at offset '.($this->ftell() - 4).' is zero. Aborting R… 1544 $RIFFchunk[$listname]['offset'] = $this->ftell() - 4; 1548 $WhereWeWere = $this->ftell(); 1561 $getid3_temp->info['avdataoffset'] = $this->ftell() - 4; [all …]
|
| D | getid3.php | 494 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;
|
| D | module.audio.aac.php | 326 …$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).' (…
|
| D | module.tag.lyrics3.php | 189 …$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/ |
| D | oldips.php | 113 $positionAtBeginningOfLine = ftell($handle) - strlen($line); 119 $writeOffset = ftell($handle) - strlen($line); 127 file_put_contents($cacheFile, ftell($handle));
|
| /plugin/cleanoldips/ |
| D | action.php | 114 $positionAtBeginningOfLine = ftell($handle) - strlen($line); 120 $writeOffset = ftell($handle) - strlen($line); 128 file_put_contents($cacheFile, ftell($handle));
|
| /plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/ |
| D | Util.php | 18 if (ftell($stream) - $offset === $numberOfBytes) {
|
| /plugin/tindexmenu/inc/ |
| D | pclzip.lib.php | 2203 $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) 4421 if (($v_pos = @ftell($this->zip_fd)) != ($v_size-22)) 4443 $v_pos = ftell($this->zip_fd); 4453 if (@ftell($this->zip_fd) != ($v_size-$v_maximum_size)) [all …]
|
| /plugin/indexmenu/inc/ |
| D | pclzip.lib.php | 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); 3104 $v_pos_entry = ftell($this->zip_fd); 4264 if (@ftell($this->zip_fd) != $v_size) { 4280 if (($v_pos = @ftell($this->zip_fd)) != $v_size - 22) { 4301 $v_pos = ftell($this->zip_fd); 4311 if (@ftell($this->zip_fd) != $v_size - $v_maximum_size) { [all …]
|
| /plugin/combo/vendor/bin/ |
| H A D | yaml-lint | 72 $this->position = ftell($this->handle);
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | ot.class.php | 102 $old_pos = ftell($filehandle); 130 $old_pos = ftell($filehandle); 356 $baseOffset = ftell($filehandle) + OpenTypeFileNAMERecord::sizeof()*$this->_count; 428 $old_offset = ftell($filehandle);
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
| D | GuzzleStreamWrapperTest.php | 19 $this->assertSame(3, ftell($handle));
|
| /plugin/botbouncer/admin/ |
| D | statistics.php | 121 $pos = ftell($fp);
|
| /plugin/xfortune/ |
| D | helper.php | 114 $seek = ftell($fd);
|
123