Searched defs:audit_fn_active (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dmod_ssl_ct.c188 static const char *audit_fn_perm, *audit_fn_active; variable
1918 "audit for this child", audit_fn_active);
1921 apr_file_remove(audit_fn_active,
2480 rv = apr_file_rename(audit_fn_active, audit_fn_perm,
2486 apr_file_remove(audit_fn_active,
2495 audit_fn_active, audit_fn_perm);
2580 audit_fn_active = apr_pstrcat(p, audit_fn_perm, ".tmp", NULL);
2583 if (ctutil_file_exists(p, audit_fn_active)) {
2587 audit_fn_active);
2588 apr_file_remove(audit_fn_active,
[all...]

Completed in 45 milliseconds