blob: 905f2e9ee7412aef1af98f8f01dff982fa155440 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
.TH "AUPARSE_FLUSH_FEED" "3" "Sept 2012" "Red Hat" "Linux Audit API"
.SH NAME
auparse_flush_feed \- flush any unconsumed feed data through parser.
.SH "SYNOPSIS"
.B #include <auparse.h>
.sp
.nf
int auparse_feed(auparse_state_t *au);
.fi
.TP
.I au
The audit parse state
.SH "DESCRIPTION"
.I auparse_flush_feed
should be called to signal the end of feed input data and flush any pending parse data through the parsing system.
.SH "RETURN VALUE"
Returns \-1 if an error occurs; otherwise, 0 for success.
.SH "SEE ALSO"
.BR auparse_feed (3),
.BR auparse_feed_has_data (3)
.SH AUTHOR
John Dennis
|