Searched refs:note (Results 1 - 7 of 7) sorted by relevance

/httpd/modules/examples/
H A Dmod_example_hooks.c328 static void example_log_each(apr_pool_t *p, server_rec *s, const char *note) argument
331 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, "mod_example_hooks: %s", note);
336 "context: %s\n", note);
348 const char *note)
354 example_log_each(p, s, note);
370 " <dt><samp>", note, "</samp></dt>\n"
392 static void trace_request(const request_rec *r, const char *note) argument
399 example_log_each(r->pool, r->server, note);
414 " <dt><samp>", note, "</samp></dt>\n"
438 static void trace_connection(conn_rec *c, const char *note) argument
347 trace_startup(apr_pool_t *p, server_rec *s, x_cfg *mconfig, const char *note) argument
482 trace_nocontext(apr_pool_t *p, const char *file, int line, const char *note) argument
549 char *note; local
595 char *note; local
677 char *note; local
831 char *note; local
852 char *note; local
973 char *note; local
1115 char *note; local
[all...]
/httpd/docs/manual/style/css/
H A Dmanual-loose-100pc.css70 div.note h3,
144 div.note pre,
H A Dmanual.css92 div.note a:hover,
93 div.note a:active,
128 div.note code.module a:hover,
129 div.note code.module a:active,
164 div.note code.directive a:hover,
165 div.note code.directive a:active,
275 div.note h3,
871 /* example inside a note:
876 div.note div.example,
910 div.note,
[all...]
H A Dmanual-print.css202 div.note h3,
622 div.note div.example {
651 div.note,
660 div.note p,
666 div.note pre,
/httpd/modules/session/
H A Dmod_session_cookie.c120 const char *note = NULL; local
145 note = apr_pstrcat(m->pool, MOD_SESSION_COOKIE, name, NULL);
146 zz = (session_rec *)apr_table_get(m->notes, note);
163 apr_table_setn(m->notes, note, (char *)zz);
H A Dmod_session_dbd.c173 const char *note = NULL; local
193 note = apr_pstrcat(r->pool, MOD_SESSION_DBD, name, NULL);
194 zz = (session_rec *)apr_table_get(m->notes, note);
243 apr_table_setn(m->notes, note, (char *)zz);
/httpd/server/
H A Drequest.c350 void **note, **inherit_note; local
362 note = ap_get_request_note(r, t);
363 AP_DEBUG_ASSERT(note != NULL);
365 copy_cache = prev_cache = *note;
395 *note = cache;
1195 * Now we'll deal with the regexes, note we pick up sec_idx
1335 * and note the end result to (potentially) skip this step next time.
1538 * and note the end result to (potentially) skip this step next time.
1567 * directory_walk already posted an INFO note for module debugging.
1734 * and note th
[all...]

Completed in 1438 milliseconds