Home
last modified time | relevance | path

Searched defs:seek (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd_io.h17 int (*seek)(struct gdIOCtx*, const int); member
/php-src/ext/spl/
H A Dspl_directory.stub.php142 public function seek(int $offset): void {} function in DirectoryIterator
322 public function seek(int $line): void {} function in SplFileObject
H A Dspl_iterators.stub.php187 public function seek(int $offset): void; function
204 public function seek(int $offset): int {} function in LimitIterator
H A Dspl_observer.stub.php67 public function seek(int $offset): void {} function in SplObjectStorage
H A Dspl_array.stub.php226 public function seek(int $offset): void {} function in ArrayIterator
H A Dspl_directory.c811 PHP_METHOD(DirectoryIterator, seek) in PHP_METHOD() argument
2699 PHP_METHOD(SplFileObject, seek) in PHP_METHOD() argument
H A Dspl_observer.c762 PHP_METHOD(SplObjectStorage, seek) in PHP_METHOD() argument
H A Dspl_array.c1703 PHP_METHOD(ArrayIterator, seek) in PHP_METHOD() argument
H A Dspl_iterators.c2213 PHP_METHOD(LimitIterator, seek) in PHP_METHOD() argument
/php-src/sapi/phpdbg/
H A Dphpdbg.h235 HashTable seek; /* seek oplines */ variable
/php-src/main/
H A Dphp_streams.h125 int (*seek)(php_stream *stream, zend_off_t offset, int whence, zend_off_t *newoffset); member

Completed in 44 milliseconds