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
|
.TH "AUPARSE_FLUSH_FEED" "3" "Apr 2016" "Red Hat" "Linux Audit API"
.SH NAME
auparse_flush_feed \- flush any unconsumed feed data through parser.
.SH "SYNOPSIS"
.B #include <auparse.h>
.sp
.BI "int auparse_flush_feed(auparse_state_t *" au);"
.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_age_events (3),
.BR auparse_feed_has_data (3)
.SH AUTHOR
John Dennis
|