logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

auparse_normalize - normalize the current event

Author

Steve Grubb Red Hat Feb 2017 AUPARSE_NORMALIZE(3)

Description

auparse_normalize analyzes the current event so that the important information about the event can be accessed through a normalized API which positions to internal field cursor to the exact record and field when asked about specific information. The auparse_normalize function takes an opt argument to tell it how much information to gather. Legal values are: NORM_OPT_ALL - gather maximum information NORM_OPT_NO_ATTRS - do not gather subject/object attribute information

Name

auparse_normalize - normalize the current event

Return Value

Returns 0 on success and 1 on error.

See Also

auparse_normalize_subject_primary(3),auparse_normalize_object_primary(3).

Synopsis

#include<auparse.h>intauparse_normalize(auparse_state_t*au,normalize_option_topt);

See Also