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

/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h477 #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.c337 state->out->p_commons.nprim++;
340 hashtab_insert(state->out->p_commons.table, new_id,
559 hashtab_search(state->out->p_commons.table,
3025 (state.base->p_commons.table, common_copy_callback, &state)) {
H A Dpolicydb.c834 if (!comdatum->s.value || comdatum->s.value > p->p_commons.nprim)
955 malloc(p->p_commons.nprim * sizeof(char *));
959 if (hashtab_map(p->p_commons.table, common_index, p))
2106 cladatum->comdatum = hashtab_search(p->p_commons.table,

Completed in 107 milliseconds