Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstreamsfuncs.c466 int seek_res = 0; in PHP_FUNCTION() local
472 seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR); in PHP_FUNCTION()
475 seek_res = php_stream_seek(stream, desiredpos, SEEK_SET); in PHP_FUNCTION()
478 if (seek_res != 0) { in PHP_FUNCTION()

Completed in 9 milliseconds