Searched refs:ref (Results 1 - 6 of 6) sorted by relevance

/httpd/modules/core/test/
H A DMakefile41 diff -r out/ ref/
44 .PHONY: check-ref
45 check-ref:
46 $(RM) ref/*.out
47 $(MAKE) OUT=ref run-test
48 svn diff ref/
/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/docs/manual/style/css/
H A Dmanual.css745 div#directive-ref {
751 div[id]#directive-ref { /* a big sorry to ICab, Amaya (and old Konquerors?) */
H A Dmanual-print.css564 div#directive-ref {
/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 1967 milliseconds