1AUPARSE_GET_RECORD_NUM(3) Linux Audit API AUPARSE_GET_RECORD_NUM(3)
2
3
4
6 auparse_get_record_num - get current record cursor location
7
9 #include <auparse.h>
10
11 unsigned int auparse_get_record_num(auparse_state_t *au);
12
13
15 auparse_get_record_num will retrieve the internal library cursors cur‐
16 rent record location in the current event. Records within the same
17 event are numbered starting from 0. This is generally not needed but
18 there are some cases where one may want to know the exact record being
19 looked at.
20
21
23 Returns the current record cursor location.
24
25
27 auparse_goto_record_num(3),auparse_get_field_num(3).
28
29
31 Steve Grubb
32
33
34
35Red Hat Dec 2016 AUPARSE_GET_RECORD_NUM(3)