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:loggingconf
(Results
1 - 6
of
6
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_log.cc
873
int reopen_log_files(const LoggingConfig &
loggingconf
) {
in reopen_log_files()
argument
879
auto &accessconf =
loggingconf
.access;
in reopen_log_files()
880
auto &errorconf =
loggingconf
.error;
in reopen_log_files()
941
void redirect_stderr_to_errorlog(const LoggingConfig &
loggingconf
) {
in redirect_stderr_to_errorlog()
argument
943
auto &errorconf =
loggingconf
.error;
in redirect_stderr_to_errorlog()
H
A
D
shrpx_log.h
280
int reopen_log_files(const LoggingConfig &
loggingconf
);
286
void redirect_stderr_to_errorlog(const LoggingConfig &
loggingconf
);
H
A
D
shrpx_worker_process.cc
142
auto &
loggingconf
= config->logging;
in reopen_log()
local
144
(void)reopen_log_files(
loggingconf
);
in reopen_log()
145
redirect_stderr_to_errorlog(
loggingconf
);
in reopen_log()
H
A
D
shrpx.cc
664
auto &
loggingconf
= config->logging;
in reopen_log()
local
666
(void)reopen_log_files(
loggingconf
);
in reopen_log()
667
redirect_stderr_to_errorlog(
loggingconf
);
in reopen_log()
2112
auto &
loggingconf
= config->logging;
in fill_default_config()
local
2114
auto &accessconf =
loggingconf
.access;
in fill_default_config()
2118
auto &errorconf =
loggingconf
.error;
in fill_default_config()
2122
loggingconf
.syslog_facility = LOG_DAEMON;
in fill_default_config()
2123
loggingconf
.severity = NOTICE;
in fill_default_config()
3672
auto &
loggingconf
= config->logging;
in process_options()
local
3674
if (
loggingconf
in process_options()
[all...]
H
A
D
shrpx_http_downstream_connection.cc
940
auto &
loggingconf
= config->logging;
in htp_hdrs_completecb()
local
1037
if (
loggingconf
.access.write_early && downstream->accesslog_ready()) {
in htp_hdrs_completecb()
H
A
D
shrpx_http2_session.cc
1107
auto &
loggingconf
= config->logging;
in on_response_headers()
local
1199
if (
loggingconf
.access.write_early && downstream->accesslog_ready()) {
in on_response_headers()
Completed in 12 milliseconds