CUBRID Engine
latest
|
Public Attributes | |
dlisth | head |
BIND_HANDLE | handle |
BH_BIND * | bind |
BHIFS_NODE * | parent |
dlisth | children |
Definition at line 50 of file api_handle.c.
BH_BIND* bhifs_node_s::bind |
Definition at line 54 of file api_handle.c.
Referenced by fe_bind_get_first_child(), fe_bind_get_next_sibling(), fe_bind_get_parent(), fe_bind_map_worker(), fe_destroy_handle_worker(), and fe_lookup().
dlisth bhifs_node_s::children |
Definition at line 56 of file api_handle.c.
Referenced by fe_bind_get_first_child(), fe_bind_get_next_sibling(), fe_bind_graft(), fe_bind_map_worker(), and fe_destroy_handle_worker().
BIND_HANDLE bhifs_node_s::handle |
Definition at line 53 of file api_handle.c.
Referenced by fe_bind_to_handle(), fe_destroy_handle_worker(), and sh_keyf().
dlisth bhifs_node_s::head |
Definition at line 52 of file api_handle.c.
Referenced by fe_bind_get_next_sibling().
BHIFS_NODE* bhifs_node_s::parent |
Definition at line 55 of file api_handle.c.
Referenced by fe_bind_get_next_sibling(), fe_bind_get_parent(), and fe_bind_graft().