1AUSEARCH_NEXT_EVENT(3)          Linux Audit API         AUSEARCH_NEXT_EVENT(3)
2
3
4

NAME

6       ausearch_next_event - find the next event that meets search criteria
7

SYNOPSIS

9       #include <auparse.h>
10
11       int ausearch_next_event(auparse_state_t *au);
12
13

DESCRIPTION

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

RETURN VALUE

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

SEE ALSO

25       ausearch_add_item(3), ausearch_add_regex(3), ausearch_set_stop(3).
26
27

AUTHOR

29       Steve Grubb
30
31
32
33Red Hat                            Feb 2007             AUSEARCH_NEXT_EVENT(3)
Impressum