Lines Matching refs:s1
1109 const char *error_notes, *h1, *s1;
1151 s1 = apr_pstrcat(p,
1156 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
1172 s1 = apr_pstrcat(p,
1178 return(add_optional_notes(r, s1, "variant-list", ""));
1182 s1 = apr_pstrcat(p,
1187 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
1196 s1 = apr_pstrcat(p,
1202 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
1204 s1 = "<p>The proxy server received an invalid" CRLF
1206 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
1236 s1 = "<p>The requested URL's length exceeds the capacity\n"
1238 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
1247 s1 = apr_table_get(r->headers_in, "Expect");
1248 if (s1)
1249 s1 = apr_pstrcat(p,
1253 ap_escape_html(r->pool, s1), "\n</pre>\n",
1256 s1 = "<p>No expectation was seen, the Expect request-header \n"
1258 return add_optional_notes(r, s1, "error-notes", "</p>"