logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ausearch_next_event - find the next event that meets search criteria

Author

Steve Grubb Red Hat Feb 2007 AUSEARCH_NEXT_EVENT(3)

Description

ausearch_next_event will scan the input source and evaluate whether any record in an event contains the data being searched for. Evaluation is done at the record level.

Name

ausearch_next_event - find the next event that meets search criteria

Return Value

Returns -1 if an error occurs, 0 if no matches, and 1 for success.

See Also

ausearch_add_item(3), ausearch_add_regex(3), ausearch_set_stop(3).

Synopsis

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

See Also