Home
last modified time | relevance | path

Searched refs:uv_pipe_connect (Results 1 – 4 of 4) sorted by last modified time

/php-uv/
H A Dphp_uv.c4775 PHP_FUNCTION(uv_pipe_connect) argument
4791 PHP_UV_DEBUG_OBJ_ADD_REFCOUNT(uv_pipe_connect, uv);
4797 uv_pipe_connect(req, &uv->uv.pipe, name->val, php_uv_pipe_connect_cb);
6362 PHP_FE(uv_pipe_connect, arginfo_uv_pipe_connect)
H A DREADME.md1443 ### void uv_pipe_connect(resource $handle, string $path, callable $callback)
1466 uv_pipe_connect($b, PIPE_PATH, function($a,$b){
/php-uv/examples/
H A Dpipe_bind_connect.php24 uv_pipe_connect($b, PIPE_PATH, function($pipe, $status) {
/php-uv/tests/
H A D600-pipe_bind.phpt27 uv_pipe_connect($pipe, PIPE_PATH, function($pipe, $status) {

Completed in 38 milliseconds