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:errorlog_fd
(Results
1 - 4
of
4
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_log.cc
169
(lgconf->
errorlog_fd
== -1 && !errorconf.syslog)) {
in ~Log()
206
while (write(lgconf->
errorlog_fd
, buf, nwrite) == -1 && errno == EINTR)
in ~Log()
895
if (lgconf->
errorlog_fd
!= -1) {
in reopen_log_files()
907
close_log_file(lgconf->
errorlog_fd
);
in reopen_log_files()
910
lgconf->
errorlog_fd
= new_errorlog_fd;
in reopen_log_files()
945
if (errorconf.syslog || lgconf->
errorlog_fd
== -1) {
in redirect_stderr_to_errorlog()
949
dup2(lgconf->
errorlog_fd
, STDERR_FILENO);
in redirect_stderr_to_errorlog()
H
A
D
shrpx_log_config.h
57
int
errorlog_fd
;
member
58
// true if
errorlog_fd
is referring to a terminal.
H
A
D
shrpx_log_config.cc
49
errorlog_fd
(-1),
in LogConfig()
H
A
D
shrpx.cc
3693
if (log_config()->
errorlog_fd
!= -1 &&
in process_options()
3694
fchown(log_config()->
errorlog_fd
, config->uid, config->gid) == -1) {
in process_options()
Completed in 8 milliseconds