Home
last modified time | relevance | path

Searched refs:uv_read_start (Results 1 – 12 of 12) sorted by relevance

/php-uv/examples/
H A Dspawn.php20 uv_read_start($out, function($out, $buffer){
H A Dtcp_bind.php11 uv_read_start($client, function($socket, $buffer) use ($server) {
H A Dtcp_bind6.php11 uv_read_start($client, function($socket, $nread, $buffer) use ($server){
H A Dpipe_bind_connect.php14 uv_read_start($pipe,function($pipe, $buffer) use ($stream) {
H A Dfingerd.php21 uv_read_start($client, function($socket, $buffer) use ($users){
/php-uv/tests/
H A D400-tcp_bind6.phpt10 uv_read_start($client, function($socket, $buffer) use ($server) {
H A D400-tcp_bind.phpt10 uv_read_start($client, function($socket, $buffer) use ($server) {
H A D600-pipe_bind.phpt13 uv_read_start($pipe,function($pipe, $data) use ($stream) {
H A D330-poll.phpt30 uv_read_start($client, function($client, $buffer) {
H A D005-uv_listen_cb-not-destroyed.phpt28 uv_read_start($client, function ($socket, $buffer) {
/php-uv/
H A DREADME.md40 uv_read_start($client, function($socket, $nread, $buffer){
283 uv_read_start($client, function($socket, $nread, $buffer) use ($server){
321 uv_read_start($client, function($socket, $nread, $buffer) use ($server){
408 uv_read_start($client, function($socket, $nread, $buffer) use ($server){
456 ### void uv_read_start(resource $handle, callable $callback)
511 uv_read_start($client, function($socket, $nread, $buffer) use ($server){
611 uv_read_start($client, function($socket, $nread, $buffer) use ($server){
H A Dphp_uv.c3946 PHP_FUNCTION(uv_read_start) argument
3968 PHP_UV_DEBUG_OBJ_ADD_REFCOUNT(uv_read_start, uv);
3972 r = uv_read_start(&uv->uv.stream, php_uv_read_alloc, php_uv_read_cb);
6301 PHP_FE(uv_read_start, arginfo_uv_read_start)

Completed in 35 milliseconds