auparse_flush_feed - Man Page
flush any unconsumed feed data through parser.
Synopsis
#include <auparse.h>
int auparse_flush_feed(auparse_state_t *au);
Description
auparse_flush_feed should be called to signal the end of feed input data and flush any pending parse data through the parsing system.
Return Value
Returns -1 if an error occurs; otherwise, 0 for success.
See Also
auparse_feed(3), auparse_feed_age_events(3), auparse_feed_has_data(3)
Author
John Dennis
Referenced By
auparse_add_callback(3), auparse_feed(3), auparse_feed_age_events(3).
Apr 2016 Red Hat Linux Audit API