Searched refs:hashtab_insert (Results 1 - 10 of 10) sorted by relevance

/external/libsepol/include/sepol/policydb/
H A Dhashtab.h63 extern int hashtab_insert(hashtab_t h, hashtab_key_t k, hashtab_datum_t d);
/external/checkpolicy/
H A Dmodule_compiler.c264 if (hashtab_insert(roles_tab, dest_id, dest_role)) {
468 if (hashtab_insert(users_tab, dest_id, dest_user)) {
536 if (hashtab_insert(types_tab, id, dest_typdatum)) {
586 if (hashtab_insert(roles_tab, id, dest_roledatum)) {
840 hashtab_insert(datum->permissions.table, perm_id,
H A Dpolicy_define.c479 ret = hashtab_insert(policydbp->p_commons.table,
510 ret = hashtab_insert(comdatum->permissions.table,
633 ret = hashtab_insert(cladatum->permissions.table,
/external/libsepol/src/
H A Dlink.c162 ret = hashtab_insert(dest_class->permissions.table,
306 ret = hashtab_insert(state->base->p_classes.table,
394 ret = hashtab_insert(state->base->p_roles.table,
415 if (hashtab_insert
492 ret = hashtab_insert(state->base->p_types.table,
514 if (hashtab_insert
560 ret = hashtab_insert(state->base->p_users.table,
580 if (hashtab_insert
624 ret = hashtab_insert(state->base->p_bools.table,
911 if (hashtab_insert
[all...]
H A Dgenusers.c114 if (hashtab_insert(policydb->p_users.table,
H A Dhashtab.c66 int hashtab_insert(hashtab_t h, hashtab_key_t key, hashtab_datum_t datum) function
H A Dusers.c252 if (hashtab_insert(policydb->p_users.table, name,
H A Dpolicydb.c1470 * error codes from hashtab_insert
1484 /* FIX ME - the failures after the hashtab_insert will leave
1486 rc = hashtab_insert(pol->symtab[sym].table, key, datum);
1514 hashtab_insert(pol->scope[sym].table, key2,
1908 if (hashtab_insert(h, key, perdatum))
1956 if (hashtab_insert(h, key, comdatum))
2156 if (hashtab_insert(h, key, cladatum))
2234 if (hashtab_insert(h, key, role))
2326 if (hashtab_insert(h, key, typdatum))
2895 if (hashtab_insert(
[all...]
H A Dexpand.c201 ret = hashtab_insert(state->out->p_types.table,
290 ret = hashtab_insert(s->table, new_id, (hashtab_datum_t *) new_perm);
340 hashtab_insert(state->out->p_commons.table, new_id,
535 hashtab_insert(state->out->p_classes.table, new_id,
757 ret = hashtab_insert(state->out->p_types.table,
919 ret = hashtab_insert(state->out->p_roles.table,
1070 ret = hashtab_insert(state->out->p_users.table,
1183 ret = hashtab_insert(state->out->p_bools.table,
1234 if (hashtab_insert(state->out->p_levels.table,
1279 if (hashtab_insert(stat
[all...]
H A Dconditional.c609 if (hashtab_insert(h, key, booldatum))

Completed in 147 milliseconds