Searched defs:error_notes (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/http/
H A Dhttp_request.c189 const char *error_notes; local
203 if ((error_notes = apr_table_get(r->notes,
205 apr_table_setn(r->subprocess_env, "ERROR_NOTES", error_notes);
H A Dhttp_protocol.c1109 const char *error_notes, *h1, *s1; local
1319 if (((error_notes = apr_table_get(r->notes,
1323 return(apr_pstrcat(p, error_notes, "<p />\n", NULL));
1353 * if ((error_notes = apr_table_get(r->notes,
1355 * return(apr_pstrcat(p, error_notes, "<p />\n", NULL);
H A Dhttp_filters.c209 const char *error_notes = apr_table_get(r->notes, local
213 r->status, error_notes ? ": " : "",
214 error_notes ? error_notes : "");

Completed in 19 milliseconds