Home
last modified time | relevance | path

Searched refs:streampos (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/fileinfo/
H A Dfileinfo.c371 zend_off_t streampos; in _php_finfo_get_type() local
378 streampos = php_stream_tell(stream); /* remember stream position for restoration */ in _php_finfo_get_type()
383 php_stream_seek(stream, streampos, SEEK_SET); in _php_finfo_get_type()

Completed in 12 milliseconds