Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dstream.c82 err = uv__tty_read_start((uv_tty_t*) handle, alloc_cb, read_cb); in uv__read_start()
Dinternal.h155 int uv__tty_read_start(uv_tty_t* handle, uv_alloc_cb alloc_cb,
Dtty.c407 err = uv__tty_read_start(tty, alloc_cb, read_cb); in uv_tty_set_mode()
1018 int uv__tty_read_start(uv_tty_t* handle, uv_alloc_cb alloc_cb, in uv__tty_read_start() function