| 871 | } |
| 872 | |
| 873 | static int log_env_var(const ap_errorlog_info *info, const char *arg, |
| 874 | char *buf, int buflen) |
| 875 | { |
| 876 | if (info->r) |
| 877 | return log_table_entry(info->r->subprocess_env, arg, buf, buflen); |
| 878 | |
| 879 | return 0; |
| 880 | } |
| 881 | |
| 882 | static int core_generate_log_id(const conn_rec *c, const request_rec *r, |
| 883 | const char **idstring) |
nothing calls this directly
no test coverage detected