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:TTY_RST
(Results
1 - 7
of
7
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_http2_downstream_connection.cc
467
ss << TTY_HTTP_HD << StringRef{nv.name, nv.namelen} <<
TTY_RST
in push_request_headers()
471
ss << TTY_HTTP_HD << StringRef{nv.name, nv.namelen} <<
TTY_RST
<< ": "
in push_request_headers()
H
A
D
shrpx_http.cc
148
nhdrs +=
TTY_RST
;
in colorizeHeaders()
H
A
D
shrpx_log.h
218
#define
TTY_RST
(log_config()->errorlog_tty ? "\033[0m" : "")
macro
H
A
D
shrpx_http2_upstream.cc
325
ss << TTY_HTTP_HD << nv.name <<
TTY_RST
<< ": <redacted>\n";
in on_request_headers()
328
ss << TTY_HTTP_HD << nv.name <<
TTY_RST
<< ": " << nv.value << "\n";
in on_request_headers()
2030
ss << TTY_HTTP_HD << StringRef{nv.name, nv.namelen} <<
TTY_RST
<< ": "
in log_response_headers()
2239
ss << TTY_HTTP_HD << StringRef{nv.name, nv.namelen} <<
TTY_RST
<< ": "
in submit_push_promise()
H
A
D
shrpx_https_upstream.cc
376
ss << TTY_HTTP_HD << kv.name <<
TTY_RST
<< ": <redacted>\n";
in htp_hdrs_completecb()
379
ss << TTY_HTTP_HD << kv.name <<
TTY_RST
<< ": " << kv.value << "\n";
in htp_hdrs_completecb()
H
A
D
shrpx_http3_upstream.cc
2218
ss << TTY_HTTP_HD << nv.name <<
TTY_RST
<< ": <redacted>\n";
in http_end_request_headers()
2221
ss << TTY_HTTP_HD << nv.name <<
TTY_RST
<< ": " << nv.value << "\n";
in http_end_request_headers()
2801
ss << TTY_HTTP_HD << StringRef{nv.name, nv.namelen} <<
TTY_RST
<< ": "
in log_response_headers()
H
A
D
shrpx_http2_session.cc
1127
ss << TTY_HTTP_HD << nv.name <<
TTY_RST
<< ": " << nv.value << "\n";
in on_response_headers()
Completed in 14 milliseconds