Data Fields | |
| char | name [CACHE_DB_LEN] |
| switch_cache_db_handle_type_t | type |
| switch_cache_db_native_handle_t | native_handle |
| time_t | last_used |
| switch_mutex_t * | mutex |
| switch_mutex_t * | io_mutex |
| switch_memory_pool_t * | pool |
| int32_t | flags |
| unsigned long | hash |
| unsigned long | thread_hash |
| char | creator [CACHE_DB_LEN] |
| char | last_user [CACHE_DB_LEN] |
| uint32_t | use_count |
| switch_cache_db_handle * | next |
Definition at line 41 of file switch_core_sqldb.c.
| char switch_cache_db_handle::creator[CACHE_DB_LEN] |
Definition at line 52 of file switch_core_sqldb.c.
Referenced by add_handle(), and switch_cache_db_status().
| int32_t switch_cache_db_handle::flags |
Definition at line 49 of file switch_core_sqldb.c.
| unsigned long switch_cache_db_handle::hash |
Definition at line 47 of file switch_core_sqldb.c.
Referenced by switch_cache_db_execute_sql_real().
Definition at line 45 of file switch_core_sqldb.c.
Referenced by _switch_cache_db_get_db_handle(), sql_close(), and switch_cache_db_status().
| char switch_cache_db_handle::last_user[CACHE_DB_LEN] |
Definition at line 53 of file switch_core_sqldb.c.
Referenced by get_handle(), and switch_cache_db_status().
Definition at line 46 of file switch_core_sqldb.c.
Referenced by add_handle(), get_handle(), sql_close(), and switch_cache_db_status().
| char switch_cache_db_handle::name[CACHE_DB_LEN] |
Definition at line 42 of file switch_core_sqldb.c.
Referenced by _switch_cache_db_get_db_handle(), add_handle(), sql_close(), and switch_cache_db_status().
Definition at line 44 of file switch_core_sqldb.c.
Referenced by _switch_cache_db_get_db_handle(), sql_close(), and switch_cache_db_execute_sql_real().
Definition at line 55 of file switch_core_sqldb.c.
Referenced by add_handle(), del_handle(), get_handle(), sql_close(), and switch_cache_db_status().
| unsigned long switch_cache_db_handle::thread_hash |
Definition at line 43 of file switch_core_sqldb.c.
Referenced by _switch_cache_db_get_db_handle(), sql_close(), switch_cache_db_execute_sql_real(), switch_cache_db_status(), and switch_core_sqldb_start().
| uint32_t switch_cache_db_handle::use_count |
Definition at line 54 of file switch_core_sqldb.c.
Referenced by add_handle(), get_handle(), sql_close(), and switch_cache_db_status().
1.4.7