Home
last modified time | relevance | path

Searched refs:php_stream_seek (Results 26 – 30 of 30) sorted by relevance

12

/PHP-8.0/ext/standard/
H A Dfilters.c1658 php_stream_seek(stream, data->offset + data->consumed, SEEK_SET); in consumed_filter_filter()
/PHP-8.0/main/streams/
H A Dstreams.c1563 if (php_stream_seek(src, mapped, SEEK_CUR) != 0) { in _php_stream_copy_to_stream_ex()
/PHP-8.0/ext/spl/
H A Dspl_directory.c2562 RETURN_LONG(php_stream_seek(intern->u.file.stream, pos, (int)whence)); in PHP_METHOD()
/PHP-8.0/ext/curl/
H A Dinterface.c1982 res = php_stream_seek(cb_arg->stream, offset, origin); in seek_cb()
/PHP-8.0/ext/phar/
H A Dphar_object.c3916 php_stream_seek(fp, stub->offset_abs, SEEK_SET); in PHP_METHOD()

Completed in 45 milliseconds

12