File: auparse_flush_feed.3

package info (click to toggle)
audit 1%3A4.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,468 kB
  • sloc: ansic: 61,684; makefile: 1,664; python: 1,647; sh: 417; sed: 32
file content (26 lines) | stat: -rw-r--r-- 605 bytes parent folder | download
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