Searched defs:audit_level (Results 1 - 3 of 3) sorted by relevance
/forgerock/web-agents-v4/source/apache/ |
H A D | agent.c | 61 int audit_level; member in struct:__anon73 86 conf->audit_level = ac->audit_level; 217 c->audit_level = 0; 656 config->audit_file, config->audit_level, config->audit_size, config->config);
|
/forgerock/web-agents-v4/source/ |
H A D | log.c | 654 int audit_level = AM_LOG_LEVEL_NONE; local 675 audit_level = log->files[i].level_audit; 696 (audit_level == AM_LOG_LEVEL_NONE && (level & AM_LOG_LEVEL_AUDIT) == AM_LOG_LEVEL_AUDIT)) { 932 const char *audit_log, int audit_level, int audit_size, const char *config_file) { 970 f->level_audit = audit_level; 997 f->level_audit = audit_level; 931 am_log_register_instance(unsigned long instance_id, const char *debug_log, int log_level, int log_size, const char *audit_log, int audit_level, int audit_size, const char *config_file) argument
|
H A D | config.h | 70 int audit_level; member in struct:__anon77
|
Completed in 26 milliseconds