найти следующее событие, соответствующее критериям поиска (find the next event that meets search criteria)
Имя (Name)
ausearch_next_event - find the next event that meets search
criteria
Синопсис (Synopsis)
#include <auparse.h>
int ausearch_next_event(auparse_state_t *au);
Описание (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.
Возвращаемое значение (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).