Home
last modified time | relevance | path

Searched refs:auditlog_fd (Results 1 – 4 of 4) sorted by relevance

/dports/www/mod_security/modsecurity-2.9.3/apache2/
H A Dapache2_config.c84 dcfg->auditlog_fd = NOT_SET_P; in create_directory_config()
495 if (child->auditlog_fd != NOT_SET_P) { in merge_directory_configs()
496 merged->auditlog_fd = child->auditlog_fd; in merge_directory_configs()
499 merged->auditlog_fd = parent->auditlog_fd; in merge_directory_configs()
683 if (dcfg->auditlog_fd == NOT_SET_P) dcfg->auditlog_fd = NULL; in init_directory_config()
1211 dcfg->auditlog_fd = ap_piped_log_write_fd(pipe_log); in cmd_audit_log()
1220 rc = apr_file_open(&dcfg->auditlog_fd, file_name, in cmd_audit_log()
H A Dmsc_logging.c677 if (msr->txcfg->auditlog_fd == NULL) { in sec_audit_logger_json()
686 msr->new_auditlog_fd = msr->txcfg->auditlog_fd; in sec_audit_logger_json()
1518 apr_file_write_full(msr->txcfg->auditlog_fd, text, nbytes, &nbytes_written); in sec_audit_logger_json()
1564 if (msr->txcfg->auditlog_fd == NULL) { in sec_audit_logger_native()
1573 msr->new_auditlog_fd = msr->txcfg->auditlog_fd; in sec_audit_logger_native()
2298 apr_file_write_full(msr->txcfg->auditlog_fd, text, nbytes, &nbytes_written); in sec_audit_logger_native()
H A Dmodsecurity.h543 apr_file_t *auditlog_fd; member
/dports/www/mod_security/modsecurity-2.9.3/tests/
H A Dmsc_test.c488 dcfg->auditlog_fd = NULL; in init_msr()