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