|
CUBRID Engine
latest
|

Public Attributes | |
| bh_provider | provider |
| BIND_HANDLE | rrv |
| API_MUTEX | mutex |
| int | rrid |
| BH_ROOT * | free_link |
| BH_INTERFACE * | bhifs |
Definition at line 40 of file api_handle.c.
| BH_INTERFACE* bh_root_s::bhifs |
Definition at line 47 of file api_handle.c.
Referenced by bh_root_acquire(), bh_root_lock(), bh_root_release(), fe_bind_prune(), and rr_init_root().
| BH_ROOT* bh_root_s::free_link |
Definition at line 46 of file api_handle.c.
Referenced by bh_root_acquire(), bh_root_release(), and rr_init_root().
| API_MUTEX bh_root_s::mutex |
Definition at line 44 of file api_handle.c.
Referenced by bh_root_acquire(), bh_root_lock(), bh_root_release(), bh_root_unlock(), and rr_init_root().
| bh_provider bh_root_s::provider |
Definition at line 42 of file api_handle.c.
Referenced by rr_init_root().
| int bh_root_s::rrid |
Definition at line 45 of file api_handle.c.
Referenced by bh_root_acquire(), bri_access_root(), bri_alloc_root(), rr_init_root(), and rr_next_handle().
| BIND_HANDLE bh_root_s::rrv |
Definition at line 43 of file api_handle.c.
Referenced by rr_init_root(), and rr_next_handle().