HomeSort by relevance Sort by last modified time
    Searched refs:SPDY_Daemon (Results 1 - 25 of 25) sorted by null

  /external/libmicrohttpd/src/microspdy/
daemon.h 60 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);
io.h 79 * @param daemon SPDY_Daemon for which io will be used. Daemon's
84 (*SPDYF_IOInit) (struct SPDY_Daemon *daemon);
91 * @param daemon SPDY_Daemon which is being stopped
94 (*SPDYF_IODeinit) (struct SPDY_Daemon *daemon);
200 SPDYF_io_set_daemon(struct SPDY_Daemon *daemon,
io_raw.h 51 * @param daemon SPDY_Daemon
55 SPDYF_raw_init(struct SPDY_Daemon *daemon);
62 * @param daemon SPDY_Daemon which is being stopped
65 SPDYF_raw_deinit(struct SPDY_Daemon *daemon);
io_openssl.h 58 * @param daemon SPDY_Daemon for which openssl will be used. Daemon's
63 SPDYF_openssl_init(struct SPDY_Daemon *daemon);
70 * @param daemon SPDY_Daemon which is being stopped
73 SPDYF_openssl_deinit(struct SPDY_Daemon *daemon);
daemon.c 74 spdyf_cleanup_sessions (struct SPDY_Daemon *daemon)
95 spdyf_close_all_sessions (struct SPDY_Daemon *daemon)
120 spdyf_parse_options_va (struct SPDY_Daemon *daemon,
169 struct SPDY_Daemon *
183 struct SPDY_Daemon *daemon = NULL;
193 if (NULL == (daemon = malloc (sizeof (struct SPDY_Daemon))))
198 memset (daemon, 0, sizeof (struct SPDY_Daemon));
373 SPDYF_stop_daemon (struct SPDY_Daemon *daemon)
392 SPDYF_get_timeout (struct SPDY_Daemon *daemon,
432 SPDYF_get_fdset (struct SPDY_Daemon *daemon
    [all...]
io.c 32 SPDYF_io_set_daemon(struct SPDY_Daemon *daemon,
session.h 102 * @param daemon SPDY_Daemon whose listening socket is used.
108 SPDYF_session_accept(struct SPDY_Daemon *daemon);
io_raw.c 46 SPDYF_raw_init(struct SPDY_Daemon *daemon)
55 SPDYF_raw_deinit(struct SPDY_Daemon *daemon)
io_openssl.c 78 SPDYF_openssl_init(struct SPDY_Daemon *daemon)
127 SPDYF_openssl_deinit(struct SPDY_Daemon *daemon)
applicationlayer.c 72 struct SPDY_Daemon *daemon;
275 SPDY_run (struct SPDY_Daemon *daemon)
288 SPDY_get_timeout (struct SPDY_Daemon *daemon,
302 SPDY_get_fdset (struct SPDY_Daemon *daemon,
324 struct SPDY_Daemon *
335 struct SPDY_Daemon *daemon;
378 SPDY_stop_daemon (struct SPDY_Daemon *daemon)
structures.h 631 * Reference to the SPDY_Daemon struct.
633 struct SPDY_Daemon *daemon;
860 struct SPDY_Daemon
session.c     [all...]
  /external/libmicrohttpd/src/testspdy/
test_daemon_start_stop.c 34 struct SPDY_Daemon *daemon = SPDY_start_daemon(get_port(16123),
test_daemon_start_stop_many.c 37 struct SPDY_Daemon *daemon[num_daemons];
test_misc.c 211 struct SPDY_Daemon *daemon;
test_session_timeout.c 131 struct SPDY_Daemon *daemon;
test_request_response_with_callback.c 174 struct SPDY_Daemon *daemon;
test_notls.c 878 struct SPDY_Daemon *daemon;