Searched refs:ret (Results 1 – 3 of 3) sorted by relevance
9 $ret = uv_pipe_bind($a,PIPE_PATH); variable
8 $ret = uv_pipe_bind($a, PIPE_PATH);
4836 uv_handle_type ret; local4842 ret = uv_pipe_pending_type(&uv->uv.pipe);4843 RETURN_LONG(ret);5127 int uid = 0, gid = 0, stdio_count = 0, ret; local5255 ret = uv_spawn(&loop->loop, &proc->uv.process, &options);5257 if (ret) {5259 RETVAL_LONG(ret);
Completed in 16 milliseconds