auparse_new_buffer(3) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO | COLOPHON

AUPARSE_NEW_BUFFER(3)        Linux Audit API       AUPARSE_NEW_BUFFER(3)

NAME         top

       auparse_new_buffer - replace the buffer in the parser

SYNOPSIS         top

       #include <auparse.h>

       int auparse_new_buffer(auparse_state_t *au, const char *data, size_t data_len);

       au     The audit parse state

       data   a buffer of data to give to the parser, it is data_len
              bytes long. The data is copied in the parser, upon return
              the caller may free or reuse the data buffer.

       data_len
              number of bytes in data

DESCRIPTION         top

       auparse_new_buffer replaces the data that the parser works on.
       auparse_init() must have been called with a source type of
       AUSOURCE_BUFFER.

RETURN VALUE         top

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

SEE ALSO         top

       auparse_init(3)

COLOPHON         top

       This page is part of the audit (Linux Audit) project.
       Information about the project can be found at 
       ⟨http:https://people.redhat.com/sgrubb/audit/⟩.  If you have a bug
       report for this manual page, send it to [email protected].
       This page was obtained from the project's upstream Git repository
       ⟨https://github.com/linux-audit/audit-userspace.git⟩ on
       2023-12-22.  (At that time, the date of the most recent commit
       that was found in the repository was 2023-11-30.)  If you
       discover any rendering problems in this HTML version of the page,
       or you believe there is a better or more up-to-date source for
       the page, or you have corrections or improvements to the
       information in this COLOPHON (which is not part of the original
       manual page), send a mail to [email protected]

Red Hat                         Feb 2021           AUPARSE_NEW_BUFFER(3)