Searched refs:seek_res (Results 1 – 1 of 1) sorted by relevance
453 int seek_res = 0; in PHP_FUNCTION() local459 seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR); in PHP_FUNCTION()462 seek_res = php_stream_seek(stream, desiredpos, SEEK_SET); in PHP_FUNCTION()465 if (seek_res != 0) { in PHP_FUNCTION()
Completed in 7 milliseconds