Home
last modified time | relevance | path

Searched refs:rjtable (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsemanage/src/
Ddatabase_join.c34 record_join_table_t *rjtable; member
46 record_join_table_t *rjtable = dbase->rjtable; in dbase_join_cache() local
109 if (rjtable->join(handle, NULL, in dbase_join_cache()
117 if (rjtable->join(handle, records1[i], in dbase_join_cache()
125 if (rjtable->join(handle, records1[i], in dbase_join_cache()
178 record_join_table_t *rjtable = dbase->rjtable; in dbase_join_flush() local
207 if (rjtable->split(handle, ptr->data, &record1, &record2) < 0) in dbase_join_flush()
240 record_join_table_t * rjtable, in dbase_join_init() argument
252 tmp_dbase->rjtable = rjtable; in dbase_join_init()
Ddatabase_join.h37 record_join_table_t * rjtable,