CUBRID Engine
latest
|
#include <locator.h>
Public Attributes | |
char * | mem |
int | length |
int | max_classes |
int | num_classes |
int | num_classes_processed |
int | quit_on_errors |
int | packed_size |
char * | packed |
LC_LOCKHINT_CLASS * | classes |
bool | first_fetch_lockhint_call |
LC_LOCKHINT_CLASS* lc_lock_hint::classes |
Definition at line 329 of file locator.h.
Referenced by locator_allocate_lockhint(), locator_cache_lock_lockhint_classes(), locator_free_lockhint(), locator_guess_sub_classes(), locator_initialize_lockhint(), locator_lockhint_classes(), locator_pack_lockhint_classes(), locator_reallocate_lockhint(), locator_unpack_lockhint_classes(), lock_classes_lock_hint(), lock_unlock_classes_lock_hint(), and xlocator_fetch_lockhint_classes().
bool lc_lock_hint::first_fetch_lockhint_call |
Definition at line 331 of file locator.h.
Referenced by locator_fetch_lockhint_classes(), and locator_initialize_lockhint().
int lc_lock_hint::length |
Definition at line 322 of file locator.h.
Referenced by locator_allocate_lockhint(), locator_free_lockhint(), locator_initialize_lockhint(), locator_reallocate_lockhint(), slocator_fetch_lockhint_classes(), and slocator_find_lockhint_class_oids().
int lc_lock_hint::max_classes |
Definition at line 323 of file locator.h.
Referenced by locator_free_lockhint(), locator_guess_sub_classes(), locator_initialize_lockhint(), locator_pack_lockhint_header(), locator_reallocate_lockhint(), and locator_unpack_lockhint_header().
char* lc_lock_hint::mem |
Definition at line 321 of file locator.h.
Referenced by locator_free_lockhint(), locator_initialize_lockhint(), and locator_reallocate_lockhint().
int lc_lock_hint::num_classes |
Definition at line 324 of file locator.h.
Referenced by locator_cache_lock_lockhint_classes(), locator_free_lockhint(), locator_guess_sub_classes(), locator_initialize_lockhint(), locator_lockhint_classes(), locator_pack_lockhint_header(), locator_unpack_lockhint_header(), lock_classes_lock_hint(), lock_unlock_classes_lock_hint(), slocator_fetch_lockhint_classes(), and xlocator_fetch_lockhint_classes().
int lc_lock_hint::num_classes_processed |
Definition at line 325 of file locator.h.
Referenced by locator_free_lockhint(), locator_initialize_lockhint(), locator_lockhint_classes(), locator_pack_lockhint_header(), locator_unpack_lockhint_header(), slocator_fetch_lockhint_classes(), and xlocator_fetch_lockhint_classes().
char* lc_lock_hint::packed |
Definition at line 328 of file locator.h.
Referenced by locator_allocate_and_unpack_lockhint(), locator_fetch_lockhint_classes(), locator_free_areas(), locator_free_lockhint(), locator_initialize_lockhint(), locator_pack_lockhint(), locator_unpack_lockhint(), slocator_fetch_lockhint_classes(), and slocator_find_lockhint_class_oids().
int lc_lock_hint::packed_size |
Definition at line 327 of file locator.h.
Referenced by locator_allocate_and_unpack_lockhint(), locator_fetch_lockhint_classes(), locator_free_lockhint(), locator_initialize_lockhint(), locator_pack_lockhint(), slocator_fetch_lockhint_classes(), and slocator_find_lockhint_class_oids().
int lc_lock_hint::quit_on_errors |
Definition at line 326 of file locator.h.
Referenced by locator_guess_sub_classes(), locator_initialize_lockhint(), locator_pack_lockhint_header(), locator_unpack_lockhint_header(), lock_classes_lock_hint(), and xlocator_fetch_lockhint_classes().