Home
last modified time | relevance | path

Searched refs:dbase_llist_get_rtable (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsemanage/src/
Ddatabase_activedb.c36 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); in dbase_activedb_cache()
80 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); in dbase_activedb_flush()
168 .get_rtable = (void *)dbase_llist_get_rtable
Ddatabase_join.c45 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); in dbase_join_cache()
177 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); in dbase_join_flush()
296 .get_rtable = (void *)dbase_llist_get_rtable
Ddatabase_file.c43 record_table_t *rtable = dbase_llist_get_rtable(&dbase->llist); in dbase_file_cache()
217 .get_rtable = (void *)dbase_llist_get_rtable
Ddatabase_llist.h79 static inline record_table_t *dbase_llist_get_rtable(dbase_llist_t * dbase) in dbase_llist_get_rtable() function