Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.c394 static void php_uv_read_cb(uv_stream_t* handle, ssize_t nread,const uv_buf_t* buf);
1681 static void php_uv_read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) function
3972 r = uv_read_start(&uv->uv.stream, php_uv_read_alloc, php_uv_read_cb);

Completed in 21 milliseconds