Home
last modified time | relevance | path

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

/php-uv/tests/
H A D310-fs-mkdir.phpt2 Check for fs mkdir
H A D311-fs-rmdir.phpt2 Check for fs rmdir
H A D320-fs-event.phpt2 Check for fs event
H A D320-fs-poll.phpt2 Check for fs poll
H A D300-fs.phpt2 Check for fs read and close
/php-uv/
H A Dphp_uv.h172 uv_fs_t fs; member
H A Dphp_uv.c1392 uv_stop(uv->uv.fs.loop);
1871 switch (uv->uv.fs.fs_type) {
1884 ZVAL_LONG(&params[0], uv->uv.fs.result);
1893 ZVAL_LONG(&params[1], uv->uv.fs.result);
1898 if (uv->uv.fs.result < 0) {
1899 ZVAL_LONG(&params[0], uv->uv.fs.result);
1909 ZVAL_LONG(&params[0], uv->uv.fs.result);
1940 if (uv->uv.fs.result == 0) {
1949 if (uv->uv.fs.result >= 0) {
1959 ZVAL_LONG(&params[1], uv->uv.fs.result);
[all …]
H A DREADME.md2748 initialize fs event.

Completed in 28 milliseconds