Home
last modified time | relevance | path

Searched defs:daemon (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c169 MHD_get_master (struct MHD_Daemon *daemon) in MHD_get_master()
217 MHD_ip_count_lock (struct MHD_Daemon *daemon) in MHD_ip_count_lock()
232 MHD_ip_count_unlock (struct MHD_Daemon *daemon) in MHD_ip_count_unlock()
307 MHD_ip_limit_add (struct MHD_Daemon *daemon, in MHD_ip_limit_add()
371 MHD_ip_limit_del (struct MHD_Daemon *daemon, in MHD_ip_limit_del()
507 MHD_init_daemon_certificate (struct MHD_Daemon *daemon) in MHD_init_daemon_certificate()
596 MHD_TLS_init (struct MHD_Daemon *daemon) in MHD_TLS_init()
677 MHD_get_fdset (struct MHD_Daemon *daemon, in MHD_get_fdset()
710 MHD_get_fdset2 (struct MHD_Daemon *daemon, in MHD_get_fdset2()
1156 const struct MHD_Daemon *daemon, in create_thread()
[all …]
Dconnection.c271 struct MHD_Daemon *daemon; in MHD_connection_close() local
1969 struct MHD_Daemon *daemon = connection->daemon; local
2221 struct MHD_Daemon *daemon = connection->daemon; local
2270 struct MHD_Daemon *daemon = connection->daemon; local
2711 struct MHD_Daemon *daemon = connection->daemon; local
2825 struct MHD_Daemon *daemon; local
Dinternal.c94 MHD_DLOG (const struct MHD_Daemon *daemon, const char *format, ...) in MHD_DLOG()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Ddaemon.c74 spdyf_cleanup_sessions (struct SPDY_Daemon *daemon) in spdyf_cleanup_sessions()
95 spdyf_close_all_sessions (struct SPDY_Daemon *daemon) in spdyf_close_all_sessions()
120 spdyf_parse_options_va (struct SPDY_Daemon *daemon, in spdyf_parse_options_va()
183 struct SPDY_Daemon *daemon = NULL; in SPDYF_start_daemon_va() local
373 SPDYF_stop_daemon (struct SPDY_Daemon *daemon) in SPDYF_stop_daemon()
392 SPDYF_get_timeout (struct SPDY_Daemon *daemon, in SPDYF_get_timeout()
432 SPDYF_get_fdset (struct SPDY_Daemon *daemon, in SPDYF_get_fdset()
474 SPDYF_run (struct SPDY_Daemon *daemon) in SPDYF_run()
Dapplicationlayer.c72 struct SPDY_Daemon *daemon; in spdy_handler_new_stream() local
275 SPDY_run (struct SPDY_Daemon *daemon) in SPDY_run()
288 SPDY_get_timeout (struct SPDY_Daemon *daemon, in SPDY_get_timeout()
302 SPDY_get_fdset (struct SPDY_Daemon *daemon, in SPDY_get_fdset()
335 struct SPDY_Daemon *daemon; in SPDY_start_daemon() local
378 SPDY_stop_daemon (struct SPDY_Daemon *daemon) in SPDY_stop_daemon()
Dio_raw.c46 SPDYF_raw_init(struct SPDY_Daemon *daemon) in SPDYF_raw_init()
55 SPDYF_raw_deinit(struct SPDY_Daemon *daemon) in SPDYF_raw_deinit()
Dio_openssl.c78 SPDYF_openssl_init(struct SPDY_Daemon *daemon) in SPDYF_openssl_init()
127 SPDYF_openssl_deinit(struct SPDY_Daemon *daemon) in SPDYF_openssl_deinit()
Dio.c32 SPDYF_io_set_daemon(struct SPDY_Daemon *daemon, in SPDYF_io_set_daemon()
/third_party/glib/gio/
Dgdbusdaemon.c81 GDBusDaemon *daemon; member
96 GDBusDaemon *daemon; member
156 name_new (GDBusDaemon *daemon, const char *str) in name_new()
191 name_ensure (GDBusDaemon *daemon, const char *str) in name_ensure()
203 name_lookup (GDBusDaemon *daemon, const char *str) in name_lookup()
519 match_matches (GDBusDaemon *daemon, in match_matches()
640 broadcast_message (GDBusDaemon *daemon, in broadcast_message()
681 send_name_owner_changed (GDBusDaemon *daemon, in send_name_owner_changed()
726 GDBusDaemon *daemon = name->daemon; in name_replace_owner() local
823 client_new (GDBusDaemon *daemon, GDBusConnection *connection) in client_new()
[all …]
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_daemon_start_stop.c34 struct SPDY_Daemon *daemon = SPDY_start_daemon(get_port(16123), in main() local
Dtest_daemon_start_stop_many.c37 struct SPDY_Daemon *daemon[num_daemons]; in main() local
/third_party/musl/porting/liteos_a/user/src/legacy/
Ddaemon.c6 int daemon(int nochdir, int noclose) in daemon() function
/third_party/musl/src/legacy/
Ddaemon.c5 int daemon(int nochdir, int noclose) in daemon() function
/third_party/pulseaudio/src/
Dmeson.build198 subdir('daemon') subdir
/third_party/glib/gio/tests/
Dgdbus-daemon.c9 GDBusDaemon *daemon; in main() local
/third_party/python/Lib/multiprocessing/
Dprocess.py81 *, daemon=None): argument
199 def daemon(self): member in BaseProcess
206 def daemon(self, daemonic): member in BaseProcess
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dhellobrowser.c40 struct MHD_Daemon *daemon; in main() local
Dlogging.c44 struct MHD_Daemon *daemon; in main() local
Dresponseheaders.c74 struct MHD_Daemon *daemon; in main() local
Dbasicauthentication.c72 struct MHD_Daemon *daemon; in main() local
/third_party/ntfs-3g/libntfs-3g/
Dcompat.c123 int daemon(int nochdir, int noclose) { in daemon() function
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_termination.c92 struct MHD_Daemon *daemon; in main() local
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dmhd2spdy.c76 struct MHD_Daemon *daemon; in run_everything() local
/third_party/skia/tools/skiaserve/
Dskiaserve.cpp104 struct MHD_Daemon* daemon; in skiaserve_main() local
/third_party/flutter/skia/tools/skiaserve/
Dskiaserve.cpp104 struct MHD_Daemon* daemon; in skiaserve_main() local

123