Home
last modified time | relevance | path

Searched refs:errmsg (Results 1 – 5 of 5) sorted by relevance

/lighttpd1.4/src/
H A Dmod_vhostdb_dbi.c210 const char *errmsg; in mod_vhostdb_dbi_query() local
211 dbi_conn_error(dbconf->dbconn, &errmsg); in mod_vhostdb_dbi_query()
212 log_error(r->conf.errh, __FILE__, __LINE__, "%s", errmsg); in mod_vhostdb_dbi_query()
H A Drequest.c377 const char *errmsg; in http_request_parse_duplicate() local
380 errmsg = "duplicate Host header -> 400"; in http_request_parse_duplicate()
383 errmsg = "duplicate Content-Type header -> 400"; in http_request_parse_duplicate()
386 errmsg = "duplicate If-Modified-Since header -> 400"; in http_request_parse_duplicate()
389 errmsg = "duplicate HTTP2-Settings header -> 400"; in http_request_parse_duplicate()
392 errmsg = "duplicate header -> 400"; in http_request_parse_duplicate()
398 return http_request_header_line_invalid(r, 400, errmsg); in http_request_parse_duplicate()
H A Dmod_authn_dbi.c517 const char *errmsg; in mod_authn_dbi_query() local
518 dbi_conn_error(dbconf->dbconn, &errmsg); in mod_authn_dbi_query()
519 log_error(r->conf.errh, __FILE__, __LINE__, "%s", errmsg); in mod_authn_dbi_query()
/lighttpd1.4/doc/outdated/
H A Dssi.txt74 - config.errmsg
/lighttpd1.4/
H A DNEWS3731 * fixed SSL errmsg after accept()