CUBRID Engine
latest
|
Public Attributes | |
struct au_user_cache * | next |
DB_OBJECT * | user |
int | index |
Definition at line 241 of file authenticate.c.
int au_user_cache::index |
Definition at line 246 of file authenticate.c.
Referenced by au_find_user_cache_index(), and reset_cache_for_user_and_class().
struct au_user_cache* au_user_cache::next |
Definition at line 243 of file authenticate.c.
Referenced by au_find_user_cache_index(), flush_caches(), remove_user_cache_references(), and reset_cache_for_user_and_class().
DB_OBJECT* au_user_cache::user |
Definition at line 245 of file authenticate.c.
Referenced by au_find_user_cache_index(), free_user_cache(), and remove_user_cache_references().