Searched refs:xfp (Results 1 - 8 of 8) sorted by relevance
/third_party/rust/crates/minimal-lexical/tests/ |
H A D | bellerophon.rs | 21 let xfp = bellerophon::<F>(&num); in bellerophon_test() 27 if xfp.exp >= 0 && yfp.exp >= 0 { in bellerophon_test() 29 xfp == yfp, in bellerophon_test() 30 "x != y, xfp={:?}, yfp={:?}, x={:?}, y={:?}", in bellerophon_test() 31 xfp, in bellerophon_test() 33 extended_to_float::<F>(xfp), in bellerophon_test() 37 assert_eq!(xfp, yfp); in bellerophon_test()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_downstream_connection.cc | 333 auto &xfpconf = httpconf.xfp; in push_request_headers() 408 auto xfp = xfpconf.strip_incoming in push_request_headers() local 415 if (xfp) { in push_request_headers() 416 xfp_value = concat_string_ref(balloc, xfp->value, in push_request_headers() 422 } else if (xfp) { in push_request_headers() 423 nva.push_back(http2::make_nv_ls_nocopy("x-forwarded-proto", xfp->value)); in push_request_headers()
|
H A D | shrpx_http_downstream_connection.cc | 531 auto &xfpconf = httpconf.xfp; in push_request_headers() 656 auto xfp = xfpconf.strip_incoming in push_request_headers() local 662 if (xfp) { in push_request_headers() 663 buf->append((*xfp).value); in push_request_headers() 669 } else if (xfp) { in push_request_headers() 671 buf->append((*xfp).value); in push_request_headers()
|
H A D | shrpx_config.h | 857 } xfp; member
|
H A D | shrpx_config.cc | 3976 config->http.xfp.add = !util::strieq_l("yes", optarg); in parse_config() 3980 config->http.xfp.strip_incoming = !util::strieq_l("yes", optarg); in parse_config()
|
H A D | shrpx.cc | 2010 httpconf.xfp.add = true; in fill_default_config() 2011 httpconf.xfp.strip_incoming = true; in fill_default_config()
|
/third_party/icu/tools/multi/c/ |
H A D | Makefile | 59 ( cd $(BLD)/r$* ; gunzip -d < $^ | tar xfp - ) 67 ( cd $(BLD)/$* ; gunzip -d < $^ | tar xfp - )
|
/third_party/nghttp2/integration-tests/ |
H A D | nghttpx_http2_test.go | 44 xfp := r.Header.Get("X-Forwarded-Proto") 45 if got, want := xfp, "foo, http"; got != want { 76 xfp := r.Header.Get("X-Forwarded-Proto") 77 if got, want := xfp, "foo"; got != want { 104 xfp := r.Header.Get("X-Forwarded-Proto") 105 if got, want := xfp, "http"; got != want { 2816 xfp := r.Header.Get("X-Forwarded-Proto") 2817 if got, want := xfp, "foo, http"; got != want { 2850 xfp := r.Header.Get("X-Forwarded-Proto") 2851 if got, want := xfp, "fo [all...] |
Completed in 25 milliseconds