Searched defs:audit_fn_perm (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/ssl/ |
H A D | mod_ssl_ct.c | 188 static const char *audit_fn_perm, *audit_fn_active; variable 2480 rv = apr_file_rename(audit_fn_active, audit_fn_perm, 2495 audit_fn_active, audit_fn_perm); 2571 rv = ctutil_path_join((char **)&audit_fn_perm, sconf->audit_storage, 2580 audit_fn_active = apr_pstrcat(p, audit_fn_perm, ".tmp", NULL); 2581 audit_fn_perm = apr_pstrcat(p, audit_fn_perm, ".out", NULL); 2591 if (ctutil_file_exists(p, audit_fn_perm)) { 2595 audit_fn_perm); 2596 apr_file_remove(audit_fn_perm, [all...] |
Completed in 2024 milliseconds