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 463 #define p_commons symtab[SYM_COMMONS] macro
  /external/checkpolicy/
policy_define.c 372 comdatum = hashtab_search(policydbp->p_commons.table, id);
383 ret = hashtab_insert(policydbp->p_commons.table,
394 comdatum->s.value = policydbp->p_commons.nprim + 1;
399 policydbp->p_commons.nprim++;
490 (common_datum_t *) hashtab_search(policydbp->p_commons.
    [all...]
  /external/libsepol/src/
expand.c 259 state->out->p_commons.nprim++;
262 hashtab_insert(state->out->p_commons.table, new_id,
428 hashtab_search(state->out->p_commons.table,
    [all...]
policydb.c 771 if (!comdatum->s.value || comdatum->s.value > p->p_commons.nprim)
892 malloc(p->p_commons.nprim * sizeof(char *));
896 if (hashtab_map(p->p_commons.table, common_index, p))
    [all...]

Completed in 25 milliseconds