Home
last modified time | relevance | path

Searched refs:ret (Results 1 – 3 of 3) sorted by relevance

/php-uv/examples/
H A Dpipe_bind_connect.php9 $ret = uv_pipe_bind($a,PIPE_PATH); variable
/php-uv/tests/
H A D600-pipe_bind.phpt8 $ret = uv_pipe_bind($a, PIPE_PATH);
/php-uv/
H A Dphp_uv.c4836 uv_handle_type ret; local
4842 ret = uv_pipe_pending_type(&uv->uv.pipe);
4843 RETURN_LONG(ret);
5127 int uid = 0, gid = 0, stdio_count = 0, ret; local
5255 ret = uv_spawn(&loop->loop, &proc->uv.process, &options);
5257 if (ret) {
5259 RETVAL_LONG(ret);

Completed in 30 milliseconds