1AUPARSE_FLUSH_FEED(3) Linux Audit API AUPARSE_FLUSH_FEED(3)
2
3
4
6 auparse_flush_feed - flush any unconsumed feed data through parser.
7
9 #include <auparse.h>
10
11 int auparse_flush_feed(auparse_state_t *au);
12
13
15 auparse_flush_feed should be called to signal the end of feed input
16 data and flush any pending parse data through the parsing system.
17
18
20 Returns -1 if an error occurs; otherwise, 0 for success.
21
22
24 auparse_feed(3), auparse_feed_age_events(3), auparse_feed_has_data(3)
25
26
27
29 John Dennis
30
31
32
33Red Hat Apr 2016 AUPARSE_FLUSH_FEED(3)