Drizzled Public API Documentation
Go to the documentation of this file.
40 typedef byte flst_base_node_t;
41 typedef byte flst_node_t;
44 #define FLST_BASE_NODE_SIZE (4 + 2 * FIL_ADDR_SIZE)
47 #define FLST_NODE_SIZE (2 * FIL_ADDR_SIZE)
49 #ifndef UNIV_HOTBACKUP
56 flst_base_node_t* base,
64 flst_base_node_t* base,
73 flst_base_node_t* base,
82 flst_base_node_t* base,
92 flst_base_node_t* base,
102 flst_base_node_t* base,
113 flst_base_node_t* base,
126 flst_base_node_t* base,
137 const flst_base_node_t* base,
146 const flst_base_node_t* base,
155 const flst_base_node_t* base,
164 const flst_node_t* node,
173 const flst_node_t* node,
200 const flst_base_node_t* base,
208 const flst_base_node_t* base,
213 #include "fut0lst.ic"