Searched defs:error_notes (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/http/ |
H A D | http_request.c | 189 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 D | http_protocol.c | 1109 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 D | http_filters.c | 209 const char *error_notes = apr_table_get(r->notes, local 213 r->status, error_notes ? ": " : "", 214 error_notes ? error_notes : "");
|
Completed in 19 milliseconds