/httpd/modules/mappers/ |
H A D | mod_dir.c | 203 r->notes = apr_table_overlay(r->pool, r->notes, rr->notes); 348 r->notes = apr_table_overlay(r->pool, r->notes, rr->notes); 378 apr_table_set(r->notes, "dir-index-names",
|
H A D | mod_speling.c | 406 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));
|
H A D | mod_userdir.c | 337 apr_table_setn(r->notes, "mod_userdir_user", user); 351 const char *username = apr_table_get(r->notes, "mod_userdir_user");
|
H A D | mod_alias.c | 465 apr_table_setn(r->notes, "alias-forced-type", r->handler); 588 apr_table_setn(r->notes, "alias-forced-type", r->handler);
|
/httpd/ |
H A D | ap.d | 39 uintptr_t notes;
|
/httpd/modules/aaa/ |
H A D | mod_auth_form.c | 432 * 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...] |
H A D | mod_auth_basic.c | 353 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, AUTHN_DEFAULT_PROVIDER); 357 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, current_provider->provider_name); 382 apr_table_unset(r->notes, AUTHN_PROVIDER_NAME_NOTE);
|
H A D | mod_authn_core.c | 116 const char *provider_name = apr_table_get(r->notes, AUTHN_PROVIDER_NAME_NOTE); 148 const char *provider_name = apr_table_get(r->notes, AUTHN_PROVIDER_NAME_NOTE);
|
/httpd/modules/http/ |
H A D | http_etag.c | 82 apr_table_setn(r->notes, "no-etag", "omit");
|
H A D | http_request.c | 203 if ((error_notes = apr_table_get(r->notes, 204 "error-notes")) != NULL) { 486 new->notes = apr_table_make(r->pool, 5); 593 r->notes = apr_table_overlay(r->pool, rr->notes, r->notes);
|
H A D | http_protocol.c | 1089 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...] |
H A D | http_filters.c | 209 const char *error_notes = apr_table_get(r->notes, 210 "error-notes"); 1029 apr_table_setn(r->notes, "error-notes", 1042 apr_table_setn(r->notes, "error-notes", 1051 apr_table_setn(r->notes, "error-notes", 1076 apr_table_setn(r->notes, "error-notes", [all...] |
/httpd/server/ |
H A D | connection.c | 188 if (apr_table_get(c->notes, "short-lingering-close")) {
|
H A D | protocol.c | 740 apr_table_setn(r->notes, "error-notes", 808 apr_table_setn(r->notes, "error-notes", 839 apr_table_setn(r->notes, "error-notes", 873 apr_table_setn(r->notes, "error-notes", 884 apr_table_setn(r->notes, "error-notes", [all...] |
/httpd/modules/session/ |
H A D | mod_session_cookie.c | 144 /* first look in the notes */ 146 zz = (session_rec *)apr_table_get(m->notes, note); 162 /* put the session in the notes so we don't have to parse it again */ 163 apr_table_setn(m->notes, note, (char *)zz);
|
H A D | mod_session_dbd.c | 192 /* first look in the notes */ 194 zz = (session_rec *)apr_table_get(m->notes, note); 242 /* put the session in the notes so we don't have to parse it again */ 243 apr_table_setn(m->notes, note, (char *)zz);
|
/httpd/modules/metadata/ |
H A D | mod_usertrack.c | 150 apr_table_setn(r->notes, "cookie", apr_pstrdup(r->pool, cookiebuf)); /* log first time */ 245 apr_table_setn(r->notes, "cookie", cookieval);
|
/httpd/modules/examples/ |
H A D | mod_example_hooks.c | 402 if ((sofar = apr_table_get(r->notes, TRACE_NOTE)) == NULL) { 421 apr_table_set(r->notes, TRACE_NOTE, trace_copy); 426 * Connection. Its trace is kept in the pool notes of the pool associated 463 /* Find existing notes and copy */ 471 * Stash copy back into pool notes. This call has a cleanup 1058 ap_rprintf(r, " <OL>\n%s </OL>\n", apr_table_get(r->notes, TRACE_NOTE));
|
/httpd/modules/ssl/ |
H A D | ssl_engine_kernel.c | 146 apr_table_setn(r->notes, "error-notes", 224 apr_table_setn(r->notes, "error-notes", 351 apr_table_setn(r->notes, "ssl-access-forbidden", "1"); 942 apr_table_setn(r->notes, "ssl-access-forbidden", "1"); 962 apr_table_setn(r->notes, "ssl-access-forbidden", "1"); 1000 (apr_table_get(r->notes, "ssl-access-forbidden"))) 1107 (apr_table_get(r->notes, "ssl-access-forbidden"))) 1242 apr_table_setn(r->notes, "ss [all...] |
H A D | ssl_engine_io.c | 1125 const char *hostname_note = apr_table_get(c->notes, 1163 apr_table_setn(c->notes, "SSL_connect_rv", "err"); 1182 apr_table_unset(c->notes, "proxy-request-hostname"); 1199 apr_table_unset(c->notes, "proxy-request-hostname"); 1232 apr_table_setn(c->notes, "SSL_connect_rv", "err"); 1236 apr_table_setn(c->notes, "SSL_connect_rv", "ok");
|
/httpd/modules/loggers/ |
H A D | mod_log_forensic.c | 226 apr_table_setn(r->notes, "forensic-id", id);
|
/httpd/modules/proxy/ |
H A D | mod_proxy_http.c | 83 if (apr_table_get(r->notes, "proxy-nocanon")) { 1080 rp->notes = apr_table_make(pool, 5); 1362 apr_table_setn(r->notes, "proxy-source-port", apr_psprintf(r->pool, "%hu", 1380 apr_table_setn(r->notes, "proxy_timedout", "1"); 1457 apr_table_setn(r->notes, "proxy-status", 2146 apr_table_setn(backend->connection->notes,
|
H A D | mod_proxy_ajp.c | 65 if (apr_table_get(r->notes, "proxy-nocanon")) { 680 apr_table_setn(r->notes, "proxy_timedout", "1");
|
/httpd/include/ |
H A D | httpd.h | 915 * 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
|
H A D | http_core.h | 370 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
|