Home
last modified time | relevance | path

Searched refs:dbase_llist_needs_resync (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsemanage/src/
Ddatabase_llist.h58 extern int dbase_llist_needs_resync(semanage_handle_t * handle,
Ddatabase_activedb.c44 if (!dbase_llist_needs_resync(handle, &dbase->llist)) in dbase_activedb_cache()
Ddatabase_file.c53 if (!dbase_llist_needs_resync(handle, &dbase->llist)) in dbase_file_cache()
Ddatabase_join.c57 if (!dbase_llist_needs_resync(handle, &dbase->llist)) in dbase_join_cache()
Ddatabase_llist.c16 int dbase_llist_needs_resync(semanage_handle_t * handle, dbase_llist_t * dbase) in dbase_llist_needs_resync() function