Searched defs:notes (Results 1 - 5 of 5) sorted by relevance

/httpd/modules/mappers/
H A Dmod_speling.c406 apr_table_t *notes; local
414 notes = r->notes;
418 notes = r->main->notes;
494 apr_table_setn(notes, "variant-list", apr_array_pstrcat(p, t, 0));
/httpd/modules/http/
H A Dhttp_protocol.c1089 const char *notes, *result; local
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", "</
[all...]
/httpd/modules/aaa/
H A Dmod_auth_form.c432 * notes table.
438 apr_table_t *notes = NULL; local
449 notes = r->notes;
454 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-user", NULL), user);
457 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-pw", NULL), pw);
460 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-method", NULL), method);
463 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-mimetype", NULL), mimetype);
470 * notes table, if present.
491 *user = (char *) apr_table_get(m->notes, apr_pstrca
[all...]
/httpd/include/
H A Dhttp_core.h370 void **notes; member in struct:__anon19
423 * Reserve an element in the core_request_config->notes array
432 * Retrieve a pointer to an element in the core_request_config->notes array
H A Dhttpd.h915 * The 'notes' apr_table_t is for notes from one module to another, with no
929 apr_table_t *notes; member in struct:request_rec
1125 apr_table_t *notes; member in struct:conn_rec

Completed in 30 milliseconds