Home
last modified time | relevance | path

Searched refs:types_tab (Results 1 – 1 of 1) sorted by relevance

/external/checkpolicy/
Dmodule_compiler.c517 hashtab_t types_tab; in get_local_type() local
521 types_tab = policydbp->p_types.table; in get_local_type()
523 types_tab = stack_top->decl->p_types.table; in get_local_type()
525 dest_typdatum = hashtab_search(types_tab, id); in get_local_type()
536 if (hashtab_insert(types_tab, id, dest_typdatum)) { in get_local_type()