#include <xdas.h>
#include "libxdas_impl.h"
#include <malloc.h>
Go to the source code of this file.
Functions | |
xdas_stream * | xdas_validate_stream (xdas_audit_stream_t stream_ref) |
Validate an XDAS stream handle - return a pointer to the xdas_stream. | |
void | xdas_internal_close_audit_stream (xdas_stream *xt) |
Internal version of xdas_close_audit_stream. | |
int | xdas_internal_get_next (int *minor, xdas_stream *xt, unsigned maxrecs, xdas_buffer_t bufp, unsigned *recsoutp) |
Retrieve the next set of records from the specified audit stream. | |
int | xdas_internal_parse_record (int *minor, xdas_buffer_t bufp, unsigned recno, xdas_audit_record_t recp) |
Internal version of xdas_parse_record. | |
int | xdas_internal_rewind_audit_stream (int *minor, xdas_stream *xt) |
Internal version of xdas_rewind_audit_stream. | |
int | xdas_internal_open_audit_stream (int *minor, xdas_session *xs, xdas_stream *xt) |
Open an audit stream. |
Definition in file libxdas_streams.c.