Searched defs:ref (Results 1 - 3 of 3) sorted by relevance

/httpd/os/netware/
H A Dutil_nw.c31 Warn_t ref; variable
67 NX_UNWRAP_INTERFACE(ref);
101 NX_WRAP_INTERFACE((void *)ap_down_server_cb, 2, (void **)&ref);
105 ref, dum, NULL);
/httpd/modules/mappers/
H A Dmod_speling.c362 const char *ref; local
366 ref = apr_table_get(r->headers_in, "Referer");
393 ref ? "Fixed spelling: %s to %s from %s"
396 (ref ? ref : ""));
483 if (ref != NULL) {
487 *(const char **)apr_array_push(t) = ap_escape_uri(sub_pool, ref);
502 ref ? "Spelling fix: %s: %d candidates from %s"
505 (ref ? ref
[all...]
/httpd/modules/proxy/
H A Dmod_proxy.c893 const char *ref; local
905 ref = apr_table_get(r->headers_in, "Referer");
920 ref ? " from " : "", ref ? ref : "");

Completed in 26 milliseconds