Searched refs:a (Results 1 – 10 of 10) sorted by relevance
/php-uv/examples/ |
H A D | pipe_bind_connect.php | 8 $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 D | 600-pipe_bind.phpt | 7 $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 D | 800-uv_queue_work.phpt | 15 $a = function() { 22 $queue = uv_queue_work($loop, $a, $b);
|
H A D | 004-uv_write-no-memory_leak.phpt | 14 $a = 0; 16 while (++$a <= 1000) {
|
H A D | 320-fs-readlink.phpt | 2 uv_fs_readlink() segfaults if file not a link
|
H A D | 800-uv_tty.phpt | 6 die("skip test requiring a tty\n");
|
H A D | 330-poll-pipe.phpt | 2 Check poll of a pipe works
|
/php-uv/ |
H A D | Makefile.frag | 4 $(srcdir)/libuv/libuv.a:
|
H A D | README.md | 258 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 D | LICENSE | 29 license from time to time. Each version will be given a 31 Once covered code has been published under a particular version
|
Completed in 18 milliseconds