Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ForwardedNode
(Results
1 - 4
of
4
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_client_handler.cc
490
if (fwdconf.for_node_type ==
ForwardedNode
::OBFUSCATED) {
in ClientHandler()
1509
fwdconf.for_node_type ==
ForwardedNode
::IP) {
in proxy_protocol_read()
1669
fwdconf.for_node_type ==
ForwardedNode
::IP) {
in proxy_protocol_v2_read()
1680
if (fwdconf.by_node_type ==
ForwardedNode
::OBFUSCATED) {
in get_forwarded_by()
H
A
D
shrpx_config.h
474
enum class
ForwardedNode
{
class
844
ForwardedNode
by_node_type;
847
ForwardedNode
for_node_type;
H
A
D
shrpx_config.cc
1409
ForwardedNode
parse_forwarded_node_type(const StringRef &optarg) {
in parse_forwarded_node_type()
1411
return
ForwardedNode
::OBFUSCATED;
in parse_forwarded_node_type()
1415
return
ForwardedNode
::IP;
in parse_forwarded_node_type()
1419
return static_cast<
ForwardedNode
>(-1);
in parse_forwarded_node_type()
1426
return static_cast<
ForwardedNode
>(-1);
in parse_forwarded_node_type()
1429
return
ForwardedNode
::OBFUSCATED;
in parse_forwarded_node_type()
3698
if (type == static_cast<
ForwardedNode
>(-1) ||
in parse_config()
H
A
D
shrpx.cc
3904
if (fwdconf.by_node_type ==
ForwardedNode
::OBFUSCATED &&
in process_options()
Completed in 17 milliseconds