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

  /external/libsepol/include/sepol/policydb/
policydb.h 480 #define p_commons symtab[SYM_COMMONS] macro
  /external/checkpolicy/
policy_define.c 502 comdatum = hashtab_search(policydbp->p_commons.table, id);
513 ret = hashtab_insert(policydbp->p_commons.table,
524 comdatum->s.value = policydbp->p_commons.nprim + 1;
529 policydbp->p_commons.nprim++;
620 (common_datum_t *) hashtab_search(policydbp->p_commons.
    [all...]
  /external/libsepol/src/
expand.c 337 state->out->p_commons.nprim++;
340 hashtab_insert(state->out->p_commons.table, new_id,
559 hashtab_search(state->out->p_commons.table,
    [all...]
policydb.c 836 if (!comdatum->s.value || comdatum->s.value > p->p_commons.nprim)
957 malloc(p->p_commons.nprim * sizeof(char *));
961 if (hashtab_map(p->p_commons.table, common_index, p))
    [all...]

Completed in 43 milliseconds