OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:types_tab
(Results
1 - 1
of
1
) sorted by null
/external/selinux/checkpolicy/
module_compiler.c
518
hashtab_t
types_tab
;
local
522
types_tab
= policydbp->p_types.table;
524
types_tab
= stack_top->decl->p_types.table;
526
dest_typdatum = hashtab_search(
types_tab
, id);
537
if (hashtab_insert(
types_tab
, id, dest_typdatum)) {
[
all
...]
Completed in 5473 milliseconds