Home
last modified time | relevance | path

Searched refs:a (Results 1 – 10 of 10) sorted by relevance

/php-uv/examples/
H A Dpipe_bind_connect.php8 $a = uv_pipe_init(uv_default_loop(), 0); variable
9 $ret = uv_pipe_bind($a,PIPE_PATH);
11 uv_listen($a, 8192, function($stream) {
/php-uv/tests/
H A D600-pipe_bind.phpt7 $a = uv_pipe_init(uv_default_loop(), 0);
8 $ret = uv_pipe_bind($a, PIPE_PATH);
10 uv_listen($a, 8192, function($stream) {
H A D800-uv_queue_work.phpt15 $a = function() {
22 $queue = uv_queue_work($loop, $a, $b);
H A D004-uv_write-no-memory_leak.phpt14 $a = 0;
16 while (++$a <= 1000) {
H A D320-fs-readlink.phpt2 uv_fs_readlink() segfaults if file not a link
H A D800-uv_tty.phpt6 die("skip test requiring a tty\n");
H A D330-poll-pipe.phpt2 Check poll of a pipe works
/php-uv/
H A DMakefile.frag4 $(srcdir)/libuv/libuv.a:
H A DREADME.md258 binds a name to a socket.
297 binds a name to a socket.
383 accepts a connection on a socket.
526 create a ipv4 sockaddr.
586 listens for a connection on a uv handle.
926 create a tcp socket.
991 create a udp socket.
1014 listens for a connection on a uv udp handle.
1058 listens for a connection on a uv udp handle.
1407 open a pipe resource.
[all …]
H A DLICENSE29 license from time to time. Each version will be given a
31 Once covered code has been published under a particular version

Completed in 27 milliseconds