1AUPARSE_DESTROY(3) Linux Audit API AUPARSE_DESTROY(3)
2
3
4
6 auparse_destroy - release instance of parser
7
9 #include <auparse.h>
10
11 void auparse_destroy (auparse_state_t *au);
12
13 void auparse_destroy_ext (auparse_state_t *au, auparse_destroy_what_t
14 what);
15
16
18 auparse_destroy frees all data structures and closes file descriptors.
19
20 auparse_destroy_ext frees data structures based on what. What can be
21 AUPARSE_DESTROY_ALL to release everything or AUPARSE_DESTROY_COMMON to
22 release everything but the uid and gid lookup cache.
23
24
26 None.
27
28
30 auparse_init(3), auparse_reset(3).
31
32
34 Steve Grubb
35
36
37
38Red Hat Feb 2007 AUPARSE_DESTROY(3)