Home
last modified time | relevance | path

Searched refs:fread (Results 101 – 125 of 229) sorted by relevance

12345678910

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php99 fwrite($fp_output, fread($fp_source, min(32768, $end_offset_bytes - ftell($fp_source))));
/plugin/botbouncer/admin/
H A Dstatistics.php136 $tmp = fread($fp,$read);
/plugin/mantis/lib/
H A Dnusoapmime.php155 $data = fread($fd, filesize($att['filename']));
396 $data = fread($fd, filesize($att['filename']));
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DSapiTest.php153 fread($body, 13);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php111 $PossiblyLongerLAMEversion_Data = $this->fread($PossiblyLongerLAMEversion_FrameLength);
458 $headerstring = $this->fread(226); // LAME header at offset 36 + 190 bytes of Xing/LAME data
1184 $MPEGaudioData = $this->fread(32768);
1232 $NextSyncPattern = $this->fread(6);
1291 $head4 = $this->fread(4);
1328 $next4 = $this->fread(4);
1433 $header = $this->fread($sync_seek_buffer_size);
1567 $buffer_4k = $this->fread(4096);
H A Dmodule.audio.avr.php72 $AVRheader = $this->fread(128);
H A Dmodule.audio.dss.php30 $DSSheader = $this->fread(1540);
H A Dmodule.audio.lpac.php31 $LPACheader = $this->fread(14);
H A Dmodule.audio.tta.php35 $ttaheader = $this->fread(26);
H A Dgetid3.php564 $header = fread($this->fp, 10);
575 $formattest = fread($this->fp, 32774);
2039 protected function fread($bytes) { function in getid3_handler
2063 $part = fread($this->getid3->fp, $bytes);
2233 …$attachment = $this->fread($length); // get whole data in one pass, till it is anyway stored in me…
2258 …if (($buffer = $this->fread(min($buffersize, $bytesleft))) === false || ($byteswritten = fwrite($f…
H A Dmodule.audio.midi.php46 $MIDIdata = $this->fread($this->getid3->fread_buffer_size());
66 if ($buffer = $this->fread($this->getid3->fread_buffer_size())) {
H A Dmodule.audio-video.swf.php38 …$SWFfileData = $this->fread($info['avdataend'] - $info['avdataoffset']); // 8 + 2 + 2 + max(9) byt…
H A Dmodule.misc.pdf.php43 if (preg_match('#[\r\n]startxref[ \r\n]+([0-9]+)[ \r\n]+#', $this->fread(40), $matches)) {
/plugin/swiftmail/Swift/
H A DFile.php173 $ret = fread($this->handle, $bytes);
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php84 fwrite($output, fread($body, 8192));
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php94 $PossiblyLongerLAMEversion_Data = fread($fd, $PossiblyLongerLAMEversion_FrameLength);
426 $headerstring = fread($fd, 226); // LAME header at offset 36 + 190 bytes of Xing/LAME data
1110 $MPEGaudioData = fread($fd, 32768);
1158 $NextSyncPattern = fread($fd, 6);
1212 $head4 = fread($fd, 4);
1249 $next4 = fread($fd, 4);
1335 $header = fread($fd, $sync_seek_buffer_size);
/plugin/qstat/
H A Dsyntax.php343 $r = @fread($sock, 1500);
373 $r = @fread($sock, 1500);
/plugin/cleanoldips/
H A Daction.php148 $previousChar = fread($handle, 1);
/plugin/mediathumbnails/
H A Dthumb_engines.php146 $thumbnaildata .= fread($fp, 8192);
/plugin/loglog/helper/
H A Dlogging.php101 $tmp = fread($fp, $read);
/plugin/gdpr/action/
H A Doldips.php147 $previousChar = fread($handle, 1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php143 $line = fread($pipe, 8192);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php344 $res = fread($socket, 1024*1024);
382 $res = fread($socket, 4096);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php293 $data = fread($fp, 512);
446 return @fread($this->fh, $length);
698 $magic = fread($fh, 5);
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php141 $data = fread($input, self::CHUNK_SIZE);

12345678910