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
defs:daemon
(Results
1 - 25
of
53
) sorted by relevance
1
2
3
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H
A
D
test_daemon_start_stop.c
34
struct SPDY_Daemon *
daemon
= SPDY_start_daemon(get_port(16123),
in main()
local
H
A
D
test_daemon_start_stop_many.c
37
struct SPDY_Daemon *
daemon
[num_daemons];
in main()
local
H
A
D
test_session_timeout.c
131
struct SPDY_Daemon *
daemon
;
in parentproc()
local
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H
A
D
io.c
32
SPDYF_io_set_daemon(struct SPDY_Daemon *
daemon
,
in SPDYF_io_set_daemon()
argument
H
A
D
io_raw.c
46
SPDYF_raw_init(struct SPDY_Daemon *
daemon
)
in SPDYF_raw_init()
argument
55
SPDYF_raw_deinit(struct SPDY_Daemon *
daemon
)
in SPDYF_raw_deinit()
argument
H
A
D
io_openssl.c
78
SPDYF_openssl_init(struct SPDY_Daemon *
daemon
)
in SPDYF_openssl_init()
argument
127
SPDYF_openssl_deinit(struct SPDY_Daemon *
daemon
)
SPDYF_openssl_deinit()
argument
[all...]
/third_party/musl/src/legacy/
H
A
D
daemon.c
6
int
daemon
(int nochdir, int noclose)
in daemon()
function
/third_party/musl/porting/liteos_a/user/src/legacy/
H
A
D
daemon.c
6
int
daemon
(int nochdir, int noclose)
in daemon()
function
/third_party/ntfs-3g/libntfs-3g/
H
A
D
compat.c
123
int
daemon
(int nochdir, int noclose) {
in daemon()
function
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H
A
D
hellobrowser.c
40
struct MHD_Daemon *
daemon
;
in main()
local
H
A
D
logging.c
44
struct MHD_Daemon *
daemon
;
in main()
local
H
A
D
basicauthentication.c
72
struct MHD_Daemon *
daemon
;
in main()
local
H
A
D
responseheaders.c
74
struct MHD_Daemon *
daemon
;
in main()
local
H
A
D
largepost.c
231
struct MHD_Daemon *
daemon
;
in main()
local
H
A
D
simplepost.c
179
struct MHD_Daemon *
daemon
;
in main()
local
H
A
D
tlsauthentication.c
236
struct MHD_Daemon *
daemon
;
in main()
local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H
A
D
internal.c
94
MHD_DLOG (const struct MHD_Daemon *
daemon
, const char *format, ...)
in MHD_DLOG()
argument
/third_party/nghttp2/src/
H
A
D
nghttpd.cc
28
# define
daemon
_daemonize
macro
/third_party/skia/third_party/externals/microhttpd/src/examples/
H
A
D
mhd2spdy.c
76
struct MHD_Daemon *
daemon
;
in run_everything()
local
[all...]
H
A
D
spdy_response_with_callback.c
164
struct SPDY_Daemon *
daemon
;
in main()
local
H
A
D
spdy_event_loop.c
320
struct SPDY_Daemon *
daemon
= SPDY_start_daemon(atoi(argv[1]),
in main()
local
[all...]
H
A
D
spdy_fileserver.c
278
struct SPDY_Daemon *
daemon
;
in main()
local
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H
A
D
test_termination.c
92
struct MHD_Daemon *
daemon
;
in main()
local
/third_party/skia/tools/skiaserve/
H
A
D
skiaserve.cpp
104
struct MHD_Daemon*
daemon
;
in skiaserve_main()
local
/third_party/python/Lib/multiprocessing/
H
A
D
process.py
199
def
daemon
(self):
member in BaseProcess
206
def
daemon
(sel
member in BaseProcess
[all...]
Completed in 8 milliseconds
1
2
3