Home | History | Annotate | Download | only in src

Lines Matching refs:tmp_dbase

187 	dbase_policydb_t *tmp_dbase =
190 if (!tmp_dbase)
193 tmp_dbase->path[0] = path_ro;
194 tmp_dbase->path[1] = path_rw;
195 tmp_dbase->rtable = rtable;
196 tmp_dbase->rptable = rptable;
197 tmp_dbase->policydb = NULL;
198 tmp_dbase->cache_serial = -1;
199 tmp_dbase->modified = 0;
200 tmp_dbase->attached = 0;
201 *dbase = tmp_dbase;
207 free(tmp_dbase);