| /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
|
| /base/hiviewdfx/faultloggerd/services/ |
| H A D | main.cpp | 30 OHOS::HiviewDFX::FaultLoggerDaemon daemon; in DoGetCrashFd() local 45 OHOS::HiviewDFX::FaultLoggerDaemon daemon; in main() local
|
| /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
|
| /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
|
| /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
|
| /base/startup/init/ueventd/ |
| H A D | ueventd_main.c | 180 int daemon = UEVENTD_MODE_DEAMON; in main() local
|
| /base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/ |
| H A D | faultloggerdserver_fuzzer.cpp | 67 void HandleRequestTestCommon(std::shared_ptr<FaultLoggerDaemon> daemon, char* buff, size_t len, in HandleRequestTestCommon() argument 128 void HandleRequestByClientTypeForDefaultClientTest(std::shared_ptr<FaultLoggerDaemon> daemon) in HandleRequestByClientTypeForDefaultClientTest() argument 143 HandleRequestByClientTypeTest(std::shared_ptr<FaultLoggerDaemon> daemon) HandleRequestByClientTypeTest() argument 186 HandStaticTest(std::shared_ptr<FaultLoggerDaemon> daemon) HandStaticTest() argument 205 HandleRequestByPipeTypeCommon(std::shared_ptr<FaultLoggerDaemon> daemon, int32_t pipeType, bool isPassCheck = false, bool isJson = false) HandleRequestByPipeTypeCommon() argument 237 HandleRequestByPipeTypeTest(std::shared_ptr<FaultLoggerDaemon> daemon) HandleRequestByPipeTypeTest() argument 264 std::shared_ptr<FaultLoggerDaemon> daemon = std::make_shared<FaultLoggerDaemon>(); FaultloggerdServerTestCallOnce() local 309 std::shared_ptr<FaultLoggerDaemon> daemon = std::make_shared<FaultLoggerDaemon>(); FaultloggerdServerTest() local [all...] |
| /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...] |