OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashtab_val_t
(Results
1 - 2
of
2
) sorted by null
/external/libsepol/include/sepol/policydb/
hashtab.h
39
}
hashtab_val_t
;
typedef in typeref:struct:hashtab_val
41
typedef
hashtab_val_t
*hashtab_t;
/external/libsepol/src/
hashtab.c
46
p = (hashtab_t) malloc(sizeof(
hashtab_val_t
));
50
memset(p, 0, sizeof(
hashtab_val_t
));
Completed in 173 milliseconds