Home
last modified time | relevance | path

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

/php-uv/tests/
H A D300-fs.phpt7 uv_fs_open(uv_default_loop(), FIXTURE_PATH, UV::O_RDONLY, 0, function($r) {
8 uv_fs_read(uv_default_loop(), $r, $offset = 0, $len = 32, function($stream, $data) {
22 uv_fs_open(uv_default_loop(), FIXTURE_PATH, UV::O_RDONLY, 0, function($r) {
23 uv_fs_read(uv_default_loop(), $r, $offset = 1, $len = 32, function($stream, $data) {
H A D800-uv_tty.phpt11 uv_fs_open(uv_default_loop(), "/dev/tty", UV::O_RDONLY, 0, function($r) {
12 $tty = uv_tty_init(uv_default_loop(), $r, 1);
/php-uv/examples/
H A Dfs.php2 uv_fs_open(uv_default_loop(),__FILE__, UV::O_RDONLY, 0, function($r){
3 uv_fs_read(uv_default_loop(),$r,function($stream, $data) {
/php-uv/
H A Dphp_uv.c168 int r; \
2334 int r; local
3781 int r; local
3814 int r; local
3863 int r; local
3952 int r; local
4051 int r; local
4455 int r; local
4530 int r; local
4550 int r; local
[all …]
H A Dconfig.m467 if test -r $PHP_UV/$SEARCH_FOR; then # path given as parameter
72 if test -r $i/$SEARCH_FOR; then
H A DREADME.md2168 function($r){
2170 uv_fs_write(uv_default_loop(),$r,"hello",0, function($a) use ($r){
2171 uv_fs_fdatasync(uv_default_loop(),$r,function(){
/php-uv/.github/workflows/
H A Dci.yml36 echo "extension = uv.so" >> $(php -r 'echo php_ini_loaded_file();')

Completed in 2786 milliseconds