Lines Matching defs:notes
1089 const char *notes, *result;
1091 if ((notes = apr_table_get(r->notes, key)) == NULL) {
1095 result = apr_pstrcat(r->pool, prefix, notes, suffix, NULL);
1148 "error-notes",
1156 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
1187 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
1202 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
1206 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
1238 return(add_optional_notes(r, s1, "error-notes", "</p>\n"));
1258 return add_optional_notes(r, s1, "error-notes", "</p>"
1313 * This comparison to expose error-notes could be modified to
1315 * directive. For now "*" is used to designate an error-notes
1319 if (((error_notes = apr_table_get(r->notes,
1320 "error-notes")) != NULL)
1321 && (h1 = apr_table_get(r->notes, "verbose-error-to")) != NULL
1349 * e error notes tend to include the real file pathname in this case,
1353 * if ((error_notes = apr_table_get(r->notes,
1354 * "error-notes")) != NULL) {