Lines Matching defs:recv_cb
289 handle->recv_cb(handle, UV_ENOBUFS, &handle->recv_buffer, NULL, 0);
362 uv_udp_recv_cb recv_cb) {
381 handle->recv_cb = recv_cb;
482 handle->recv_cb(handle, uv_translate_sys_error(err), &buf, NULL, 0);
491 handle->recv_cb(handle,
506 handle->recv_cb(handle, UV_ENOBUFS, &buf, NULL, 0);
527 handle->recv_cb(handle, bytes, &buf, (const struct sockaddr*) &from, 0);
532 handle->recv_cb(handle,
539 handle->recv_cb(handle, 0, &buf, NULL, 0);
544 handle->recv_cb(handle, 0, &buf, NULL, 0);
548 handle->recv_cb(handle, uv_translate_sys_error(err), &buf, NULL, 0);