Searched refs:errdocroot (Results 1 – 4 of 4) sorted by relevance
592 (void)strlcpy(srv_conf->errdocroot, parent->errdocroot, in config_getserver_config()593 sizeof(srv_conf->errdocroot)); in config_getserver_config()
303 (void)strlcpy(s->srv_conf.errdocroot,305 sizeof(s->srv_conf.errdocroot));503 if ($2 != NULL && strlcpy(srv->srv_conf.errdocroot, $2,504 sizeof(srv->srv_conf.errdocroot)) >=505 sizeof(srv->srv_conf.errdocroot)) {
541 char errdocroot[HTTPD_ERRDOCROOT_MAX]; member
977 if ((body = read_errdoc(srv_conf->errdocroot, cstr)) == NULL && in server_abort_http()978 (body = read_errdoc(srv_conf->errdocroot, HTTPD_ERRDOCTEMPLATE)) in server_abort_http()