OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tty_raw_alloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-tty.c
150
static void
tty_raw_alloc
(uv_handle_t* handle, size_t size, uv_buf_t* buf) {
function
192
r = uv_read_start((uv_stream_t*)&tty_in,
tty_raw_alloc
, tty_raw_read);
333
r = uv_read_start((uv_stream_t*)&tty_in,
tty_raw_alloc
, tty_raw_read);
test-tty.c
150
static void
tty_raw_alloc
(uv_handle_t* handle, size_t size, uv_buf_t* buf) {
function
192
r = uv_read_start((uv_stream_t*)&tty_in,
tty_raw_alloc
, tty_raw_read);
333
r = uv_read_start((uv_stream_t*)&tty_in,
tty_raw_alloc
, tty_raw_read);
Completed in 45 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026