Home
last modified time | relevance | path

Searched refs:ftell (Results 51 – 67 of 67) sorted by path

123

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.apetag.php109 ftruncate($fp, ftell($fp));
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php548 $this->incrementalOutputOffset = ftell($this->stdout);
584 $this->incrementalOutputOffset = ftell($this->stdout);
598 $this->incrementalErrorOutputOffset = ftell($this->stderr);
664 $this->incrementalErrorOutputOffset = ftell($this->stderr);
/plugin/jukebox/id3/
H A Dgetid3.php206 if ((($this->info['filesize'] != 0) && (ftell($fp) == 0)) ||
208 (ftell($fp) < 0)) {
H A Dmodule.audio-video.flv.php69 while ((ftell($fd) + 1) < $ThisFileInfo['avdataend']) {
83 $NextOffset = ftell($fd) - 1 + $DataLength;
H A Dmodule.audio.mp3.php1210 while (ftell($fd) < $ThisFileInfo['avdataend']) {
1247 $WhereWeWere = ftell($fd);
/plugin/loglog/helper/
H A Dlogging.php86 $pos = ftell($fp);
/plugin/move/helper/
H A Dplan.php516 ftruncate($doclist, ftell($doclist));
548 ftruncate($doclist, ftell($doclist));
/plugin/odp/
H A DZipLib.class.php192 $header['index'] = $i; $pos_entry = ftell($zip);
275 $pos = ftell($zip); $bytes = 0x00000000;
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1462 $filepos = ftell($gi->filehandle);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DUtil.php18 if (ftell($stream) - $offset === $numberOfBytes) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1ftell ' +\n 'fwrite getc getchar gets perror printf putc putchar puts remove ' +\n 'rename r…
/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/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php153 $pos_entry = ftell($this->fh); // position of the next file in central file directory
552 $pos = ftell($this->fh);
836 return ftell($this->fh);
/plugin/xfortune/
H A Dhelper.php107 $seek = ftell($fd);
/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/zip/pear/File/Archive/Writer/
H A DFiles.php167 ftruncate($this->handle, ftell($this->handle));

123