Lines Matching full:spdb
4154 int __cil_policydb_create(const struct cil_db *db, struct sepol_policydb **spdb)4159 rc = sepol_policydb_create(spdb);4162 // spdb could be a dangling pointer at this point, so reset it so4164 *spdb = NULL;4168 pdb = &(*spdb)->p;