Searched refs:p_commons (Results 1 - 4 of 4) sorted by relevance

/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h476 #define p_commons symtab[SYM_COMMONS] macro
/external/checkpolicy/
H A Dpolicy_define.c468 comdatum = hashtab_search(policydbp->p_commons.table, id);
479 ret = hashtab_insert(policydbp->p_commons.table,
490 comdatum->s.value = policydbp->p_commons.nprim + 1;
495 policydbp->p_commons.nprim++;
586 (common_datum_t *) hashtab_search(policydbp->p_commons.
/external/libsepol/src/
H A Dexpand.c260 state->out->p_commons.nprim++;
263 hashtab_insert(state->out->p_commons.table, new_id,
465 hashtab_search(state->out->p_commons.table,
2910 (state.base->p_commons.table, common_copy_callback, &state)) {
H A Dpolicydb.c792 if (!comdatum->s.value || comdatum->s.value > p->p_commons.nprim)
913 malloc(p->p_commons.nprim * sizeof(char *));
917 if (hashtab_map(p->p_commons.table, common_index, p))
2060 cladatum->comdatum = hashtab_search(p->p_commons.table,

Completed in 72 milliseconds