Home
last modified time | relevance | path

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

/php-uv/tests/
H A D300-fs.phpt8 uv_fs_read(uv_default_loop(), $r, $offset = 0, $len = 32, function($stream, $data) {
21 // test offset
23 uv_fs_read(uv_default_loop(), $r, $offset = 1, $len = 32, function($stream, $data) {
/php-uv/
H A DREADME.md2182 ### void uv_fs_read(resource $loop, zval $fd, long $offset, long $length, callable $callback)
2194 *long $offset*: the offset position in the file at which reading should commence.
2196 *long $length*: the length in bytes that should be read starting at position *$offset*.
2232 ### void uv_fs_write(resource $loop, zval $fd, string $buffer, long $offset, callable $callback)
2300 ### void uv_fs_ftruncate(resource $loop, zval $fd, long $offset, callable $callback)
2312 *long $offset*:
2717 ### void uv_fs_sendfile(resource $loop, zval $in_fd, zval $out_fd, long $offset, long $length, call…
2731 *long $offset*:
H A Dphp_uv.c889 zend_long offset = 0; local
1051 zend_long offset; local
1058 if (offset < 0) {
1059 offset = 0;
1076 zend_long offset, length = 0; local
1094 zend_long fd, offset = -1; local
1102 Z_PARAM_LONG(offset)
3182 ZEND_ARG_INFO(0, offset)
3297 ZEND_ARG_INFO(0, offset)
3312 ZEND_ARG_INFO(0, offset)
[all …]

Completed in 26 milliseconds