Searched refs:read_fn (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/mini-process/
H A Dsubprocess.c26 __typeof(zx_channel_read)* read_fn = (__typeof(zx_channel_read)*)fnptr;
33 zx_status_t status = (*read_fn)(
/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-test.cpp86 auto read_fn = [](void* data, size_t* len, off_t offset, void* cookie) -> tftp_status { local
95 tftp_file_interface ifc = { open_read_fn, open_write_fn, read_fn, write_fn, close_fn };
102 EXPECT_EQ((tftp_file_read_cb)read_fn, ts.session->file_interface.read, "bad read function pointer");

Completed in 85 milliseconds