Lines Matching defs:line
49 { "*no start line*", "Bad file contents or format - or even just a forgotten SSLCertificateKeyFile?" },
84 void ssl_log_ssl_error(const char *file, int line, int level, server_rec *s)
101 ap_log_error(file, line, APLOG_MODULE_INDEX, level, 0, s,
116 static void ssl_log_cert_error(const char *file, int line, int level,
138 * at the beginning of the line and the trailing information about
189 ap_log_rerror(file, line, APLOG_MODULE_INDEX, level, rv, r, "%s", buf);
192 ap_log_cerror(file, line, APLOG_MODULE_INDEX, level, rv, c, "%s", buf);
195 ap_log_error(file, line, APLOG_MODULE_INDEX, level, rv, s, "%s", buf);
206 void ssl_log_xerror(const char *file, int line, int level, apr_status_t rv,
213 ssl_log_cert_error(file, line, level, rv, s, NULL, NULL, ptemp,
219 void ssl_log_cxerror(const char *file, int line, int level, apr_status_t rv,
225 ssl_log_cert_error(file, line, level, rv, NULL, c, NULL, c->pool,
231 void ssl_log_rxerror(const char *file, int line, int level, apr_status_t rv,
237 ssl_log_cert_error(file, line, level, rv, NULL, NULL, r, r->pool,