OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hashtab_node
(Results
1 - 2
of
2
) sorted by null
/external/libsepol/include/sepol/policydb/
hashtab.h
25
typedef struct
hashtab_node
*hashtab_ptr_t;
27
typedef struct
hashtab_node
{
struct
/external/libsepol/src/
hashtab.c
88
memset(newnode, 0, sizeof(struct
hashtab_node
));
163
memset(newnode, 0, sizeof(struct
hashtab_node
));
Completed in 449 milliseconds