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