Lines Matching refs:dconfig
23 dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle); in semanage_fcontext_modify_local() local
24 return dbase_modify(handle, dconfig, key, data); in semanage_fcontext_modify_local()
31 dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle); in semanage_fcontext_del_local() local
32 return dbase_del(handle, dconfig, key); in semanage_fcontext_del_local()
40 dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle); in semanage_fcontext_query_local() local
41 return dbase_query(handle, dconfig, key, response); in semanage_fcontext_query_local()
49 dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle); in semanage_fcontext_exists_local() local
50 return dbase_exists(handle, dconfig, key, response); in semanage_fcontext_exists_local()
57 dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle); in semanage_fcontext_count_local() local
58 return dbase_count(handle, dconfig, response); in semanage_fcontext_count_local()
67 dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle); in semanage_fcontext_iterate_local() local
68 return dbase_iterate(handle, dconfig, handler, handler_arg); in semanage_fcontext_iterate_local()
78 dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle); in hidden_def() local
79 return dbase_list(handle, dconfig, records, count); in hidden_def()