Home | History | Annotate | Download | only in src

Lines Matching refs:dconfig

23 	dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle);
24 return dbase_modify(handle, dconfig, key, data);
31 dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle);
32 return dbase_del(handle, dconfig, key);
40 dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle);
41 return dbase_query(handle, dconfig, key, response);
49 dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle);
50 return dbase_exists(handle, dconfig, key, response);
57 dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle);
58 return dbase_count(handle, dconfig, response);
67 dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle);
68 return dbase_iterate(handle, dconfig, handler, handler_arg);
78 dbase_config_t *dconfig = semanage_fcontext_dbase_local(handle);
79 return dbase_list(handle, dconfig, records, count);