Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 25 of 51) sorted by last modified time

123

/plugin/statdisplay/helper/
H A Dlog.php90 fseek($fh, $pos, SEEK_SET);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php136 * Attempts to seek to the given position. Only supports SEEK_SET.
140 public function seek($offset, $whence = SEEK_SET)
142 if (!$this->seekable || $whence !== SEEK_SET) {
H A DCachingStream.php44 public function seek($offset, $whence = SEEK_SET)
46 if ($whence == SEEK_SET) {
H A DStreamInterface.php90 * SEEK_SET: Set position equal to offset bytes
97 public function seek($offset, $whence = SEEK_SET);
H A DNoSeekStream.php11 public function seek($offset, $whence = SEEK_SET)
H A DNullStream.php60 public function seek($offset, $whence = SEEK_SET)
H A DPumpStream.php92 public function seek($offset, $whence = SEEK_SET)
H A DStream.php227 public function seek($offset, $whence = SEEK_SET)
H A DStreamDecoratorTrait.php118 public function seek($offset, $whence = SEEK_SET)
H A DBufferStream.php81 public function seek($offset, $whence = SEEK_SET)
H A DFnStream.php113 public function seek($offset, $whence = SEEK_SET)
H A DLimitStream.php75 public function seek($offset, $whence = SEEK_SET)
77 if ($whence !== SEEK_SET || $offset < 0) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php176 fseek($body, $start, SEEK_SET);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php84 public function seek($offset, $whence = SEEK_SET)
H A DCachingStream.php53 public function seek($offset, $whence = SEEK_SET)
55 if ($whence == SEEK_SET) {
H A DFnStream.php129 public function seek($offset, $whence = SEEK_SET)
H A DStream.php196 public function seek($offset, $whence = SEEK_SET)
H A DAppendStream.php153 public function seek($offset, $whence = SEEK_SET)
157 } elseif ($whence !== SEEK_SET) {
H A DNoSeekStream.php16 public function seek($offset, $whence = SEEK_SET)
H A DPumpStream.php101 public function seek($offset, $whence = SEEK_SET)
H A DStreamDecoratorTrait.php126 public function seek($offset, $whence = SEEK_SET)
H A DLimitStream.php73 public function seek($offset, $whence = SEEK_SET)
75 if ($whence !== SEEK_SET || $offset < 0) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php412 case SEEK_SET:
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php87 public function seek($offset, $whence = SEEK_SET);
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1523 fseek($gi->filehandle, $filepos, SEEK_SET);
1695 fseek($gi->filehandle, 2 * $gi->record_length * $offset, SEEK_SET) == 0
1742 fseek($gi->filehandle, 2 * $gi->record_length * $offset, SEEK_SET) == 0
1774 fseek($gi->filehandle, $record_pointer, SEEK_SET);

123