Home
last modified time | relevance | path

Searched refs:SPDY_Daemon (Results 1 – 25 of 25) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Ddaemon.h60 struct SPDY_Daemon *
83 SPDYF_run (struct SPDY_Daemon *daemon);
97 SPDYF_get_timeout (struct SPDY_Daemon *daemon,
115 SPDYF_get_fdset (struct SPDY_Daemon *daemon,
128 SPDYF_stop_daemon (struct SPDY_Daemon *daemon);
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()
169 struct SPDY_Daemon *
183 struct SPDY_Daemon *daemon = NULL; in SPDYF_start_daemon_va()
193 if (NULL == (daemon = malloc (sizeof (struct SPDY_Daemon)))) in SPDYF_start_daemon_va()
198 memset (daemon, 0, sizeof (struct SPDY_Daemon)); in SPDYF_start_daemon_va()
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()
[all …]
Dio.h84 (*SPDYF_IOInit) (struct SPDY_Daemon *daemon);
94 (*SPDYF_IODeinit) (struct SPDY_Daemon *daemon);
200 SPDYF_io_set_daemon(struct SPDY_Daemon *daemon,
Dapplicationlayer.c72 struct SPDY_Daemon *daemon; in spdy_handler_new_stream()
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()
324 struct SPDY_Daemon *
335 struct SPDY_Daemon *daemon; in SPDY_start_daemon()
378 SPDY_stop_daemon (struct SPDY_Daemon *daemon) in SPDY_stop_daemon()
Dio_raw.h55 SPDYF_raw_init(struct SPDY_Daemon *daemon);
65 SPDYF_raw_deinit(struct SPDY_Daemon *daemon);
Dio_openssl.h63 SPDYF_openssl_init(struct SPDY_Daemon *daemon);
73 SPDYF_openssl_deinit(struct SPDY_Daemon *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()
Dsession.h108 SPDYF_session_accept(struct SPDY_Daemon *daemon);
Dio.c32 SPDYF_io_set_daemon(struct SPDY_Daemon *daemon, in SPDYF_io_set_daemon()
Dstructures.h633 struct SPDY_Daemon *daemon;
860 struct SPDY_Daemon struct
Dsession.c1362 struct SPDY_Daemon *daemon = session->daemon; in SPDYF_session_close()
1389 SPDYF_session_accept(struct SPDY_Daemon *daemon) in SPDYF_session_accept()
/external/libmicrohttpd/src/include/
Dmicrospdy.h274 struct SPDY_Daemon;
879 _MHD_EXTERN struct SPDY_Daemon *
898 SPDY_stop_daemon (struct SPDY_Daemon *daemon);
924 SPDY_get_fdset (struct SPDY_Daemon *daemon,
942 SPDY_get_timeout (struct SPDY_Daemon *daemon,
953 SPDY_run (struct SPDY_Daemon *daemon);
/external/libmicrohttpd/src/testspdy/
Dtest_daemon_start_stop.c34 struct SPDY_Daemon *daemon = SPDY_start_daemon(get_port(16123), in main()
Dtest_daemon_start_stop_many.c37 struct SPDY_Daemon *daemon[num_daemons]; in main()
Dtest_misc.c211 struct SPDY_Daemon *daemon; in parentproc()
Dtest_session_timeout.c131 struct SPDY_Daemon *daemon; in parentproc()
Dtest_request_response_with_callback.c174 struct SPDY_Daemon *daemon; in parentproc()
Dtest_notls.c878 struct SPDY_Daemon *daemon; in parentproc()
Dtest_new_connection.c915 struct SPDY_Daemon *daemon; in parentproc()
Dtest_request_response.c937 struct SPDY_Daemon *daemon; in parentproc()
/external/libmicrohttpd/src/examples/
Dspdy_event_loop.c320 struct SPDY_Daemon *daemon = SPDY_start_daemon(atoi(argv[1]), in main()
340 struct SPDY_Daemon *daemon2 = SPDY_start_daemon(atoi(argv[1]) + 1, in main()
Dspdy_response_with_callback.c164 struct SPDY_Daemon *daemon; in main()
Dspdy_fileserver.c278 struct SPDY_Daemon *daemon; in main()
/external/libmicrohttpd/src/spdy2http/
Dproxy.c986 struct SPDY_Daemon *daemon; in run()