HomeSort by relevance Sort by last modified time
    Searched refs:p_bools (Results 1 - 13 of 13) sorted by null

  /external/libsepol/src/
booleans.c 31 hashtab_search(policydb->p_bools.table, name);
111 *response = policydb->p_bools.nprim;
135 *response = (hashtab_search(policydb->p_bools.table, name) != NULL);
156 booldatum = hashtab_search(policydb->p_bools.table, name);
185 unsigned int nbools = policydb->p_bools.nprim;
genbools.c 96 datum = hashtab_search(policydb->p_bools.table, name);
127 hashtab_search(policydb->p_bools.table,
224 datum = hashtab_search(policydb.p_bools.table, names[i]);
conditional.c 528 malloc(p->p_bools.nprim * sizeof(cond_bool_datum_t *));
551 if (!booldatum->s.value || booldatum->s.value > p->p_bools.nprim)
755 if (expr->bool > p->p_bools.nprim) {
link.c 609 base_bool = hashtab_search(state->base->p_bools.table, id);
622 new_bool->s.value = state->base->p_bools.nprim + 1;
624 ret = hashtab_insert(state->base->p_bools.table,
630 state->base->p_bools.nprim++;
    [all...]
expand.c 1180 state->out->p_bools.nprim++;
1181 new_bool->s.value = state->out->p_bools.nprim;
1183 ret = hashtab_insert(state->out->p_bools.table,
    [all...]
policydb.c 988 malloc(p->p_bools.nprim * sizeof(char *));
991 if (hashtab_map(p->p_bools.table, cond_index_bool, p))
1040 p->p_bools.nprim);
    [all...]
write.c     [all...]
  /external/libsepol/tests/
test-linker-cond-map.c 82 b = hashtab_search(p->p_bools.table, bool);
  /external/checkpolicy/test/
dispol.c 189 for (i = 0; i < p->p_bools.nprim; i++) {
292 bool = hashtab_search(p->p_bools.table, name);
dismod.c 364 for (i = 0; i < p->p_bools.nprim; i++) {
579 bool = hashtab_search(p->p_bools.table, name);
  /external/libsepol/include/sepol/policydb/
policydb.h 485 #define p_bools symtab[SYM_BOOLS] macro
  /external/checkpolicy/
checkpolicy.c 296 for (i = 0; i < policydbp->p_bools.nprim; i++) {
354 bool = hashtab_search(policydbp->p_bools.table, name);
policy_define.c     [all...]

Completed in 672 milliseconds