OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avc_func_free
(Results
1 - 2
of
2
) sorted by null
/external/libselinux/src/
avc_internal.h
21
extern void (*
avc_func_free
) (void *)hidden;
43
avc_func_free
= mem_cb->func_free;
77
if (
avc_func_free
)
78
avc_func_free
(ptr);
avc_internal.c
33
void (*
avc_func_free
) (void *) = NULL;
variable
Completed in 226 milliseconds