Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

auparse_reset - reset audit parser instance

Author

Steve Grubb Red Hat Sep 2014 AUPARSE_RESET(3)

Description

auparse_reset resets all internal cursors to the beginning. It closes files, descriptors, and frees memory buffers.

Name

auparse_reset - reset audit parser instance

Return Value

Returns -1 if an error occurs; otherwise, 0 for success.

See Also

auparse_init(3), auparse_destroy(3).

Synopsis

#include<auparse.h> int auparse_reset(auparse_state_t *au);

See Also