Lines Matching defs:SPDY_Daemon
860 struct SPDY_Daemon struct
866 struct SPDY_Session *sessions_head;
871 struct SPDY_Session *sessions_tail;
876 struct SPDY_Session *cleanup_head;
881 struct SPDY_Session *cleanup_tail;
886 void *io_context;
891 char *certfile;
897 char *keyfile;
903 struct sockaddr *address;
909 SPDY_NewSessionCallback new_session_cb;
914 SPDY_SessionClosedCallback session_closed_cb;
919 SPDY_NewRequestCallback new_request_cb;
925 SPDY_NewDataCallback received_data_cb;
930 SPDYF_NewDataCallback freceived_data_cb;
935 void *cls;
940 SPDYF_NewStreamCallback fnew_stream_cb;
945 void *fcls;
950 SPDYF_IOInit fio_init;
955 SPDYF_IODeinit fio_deinit;
961 unsigned long long session_timeout;
966 int socket_fd;
976 uint32_t max_num_frames;
981 enum SPDY_DAEMON_OPTION options;
986 enum SPDY_DAEMON_FLAG flags;
991 enum SPDY_IO_SUBSYSTEM io_subsystem;
996 uint16_t port;