Searched refs:read_fn (Results 1 – 2 of 2) sorted by relevance
203 void (*read_fn)(void*) = (read_cb != NULL) ? internal_read_ready : NULL; in socket_register() local207 reactor_register(reactor, socket->fd, socket, read_fn, write_fn); in socket_register()
1363 auto read_fn = [](const std::string& path) -> std::vector<uint8_t> { in TEST_F() local1394 original_hashtree_data = read_fn(hashtree_path); in TEST_F()1412 std::vector<uint8_t> moved_hashtree_data = read_fn(hashtree_path); in TEST_F()