Home
last modified time | relevance | path

Searched refs:fseek (Results 126 – 141 of 141) sorted by path

123456

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php273 fseek($handle, $fileSize - $i - $j - 1);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DUtil.php12 if (fseek($stream, $offset) === 0) {
/plugin/statdisplay/helper/
H A Dlog.php90 fseek($fh, $pos, SEEK_SET);
/plugin/swiftmail/Swift/
H A DFile.php205 fseek($this->handle, 0);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1fseek fsetpos ftell ' +\n 'fwrite getc getchar gets perror printf putc putchar puts remove ' +\…
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php3017 if (@fseek($this->zip_fd, $v_central_dir['offset']))
3183 if (@fseek($this->zip_fd, $v_pos_entry))
3370 if (@fseek($this->zip_fd, $v_header['offset']))
4402 @fseek($this->zip_fd, $v_size);
4419 @fseek($this->zip_fd, $v_size-22);
4452 @fseek($this->zip_fd, $v_size-$v_maximum_size);
4614 if (@fseek($this->zip_fd, $v_pos_entry))
4779 if (@fseek($this->zip_fd, $v_header_list[$i]['offset'])) {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php495 @fseek($this->fh, $bytes, SEEK_CUR);
H A DZip.php103 @fseek($this->fh, $centd['offset']);
150 @fseek($this->fh, $pos_entry);
154 fseek($this->fh, $header['offset']); // seek to beginning of file header
551 @fseek($this->fh, $size - $maximum_size);
817 @fseek($this->fh, $offset);
819 @fseek($this->fh, 0, SEEK_END);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php177 if (!stream_get_meta_data($body)['seekable'] || fseek($body, $start, SEEK_SET) === -1) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php68 fseek($f, $offset);
72 fseek($f, $offset, SEEK_END);
/plugin/xfortune/
H A Dhelper.php102 fseek($fd, $rnd);
129 fseek($fd, 0);
140 fseek($fd, 0);
/plugin/zip/pear/File/Archive/Reader/
H A DBzip2.php232 fseek($tmp, 0);
H A DCache.php78 fseek($this->tmpFile, $this->files[$this->pos]['pos'], SEEK_SET);
94 fseek($this->tmpFile, 0, SEEK_END);
176 fseek($this->tmpFile, $length, SEEK_CUR);
180 fseek($this->tmpFile, 0, SEEK_SET);
197 fseek($this->tmpFile, $pos, SEEK_SET);
214 fseek($this->tmpFile, 0, SEEK_SET);
H A DFile.php218 if (($length == -1 && @fseek($this->handle, 0, SEEK_END) === -1) ||
219 ($length >= 0 && @fseek($this->handle, $length, SEEK_CUR) === -1)) {
236 if (($length == -1 && @fseek($this->handle, 0, SEEK_SET) === -1) ||
237 ($length >= 0 && @fseek($this->handle, -$length, SEEK_CUR) === -1)) {
H A DGzip.php253 fseek($tmp, 0);
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php117 if (fseek($this->handle, $pos) == -1) {
139 if (fseek($this->handle, $pos) == -1) {
154 fseek($read, $length, SEEK_CUR);

123456