Home
last modified time | relevance | path

Searched refs:send (Results 1 – 2 of 2) sorted by relevance

/php-uv/
H A DREADME.md335 send buffer to speicified uv resource.
351 ### void uv_write2(resource $handle, string $data, resource $send, callable $callback)
1244 send buffer to specified address.
1289 send buffer to specified address.
1692 send signal to specified uv process resource.
1712 send signal to specified pid.
2118 send async callback immidiately
H A Dphp_uv.c2895 ZEND_ARG_INFO(0, send)
3815 php_uv_t *uv, *send; local
3824 UV_PARAM_OBJ(send, php_uv_t, uv_tcp_ce, uv_pipe_ce)
3831 r = uv_write2(&w->req, &uv->uv.stream, &w->buf, 1, &send->uv.stream, php_uv_write_cb);

Completed in 30 milliseconds