| 738 | } |
| 739 | |
| 740 | static int log_module_name(const ap_errorlog_info *info, const char *arg, |
| 741 | char *buf, int buflen) |
| 742 | { |
| 743 | return cpystrn(buf, ap_find_module_short_name(info->module_index), buflen); |
| 744 | } |
| 745 | |
| 746 | static int log_file_line(const ap_errorlog_info *info, const char *arg, |
| 747 | char *buf, int buflen) |
no test coverage detected