98 unsigned long long *timeout);
117 fd_set *write_fd_set,
118 fd_set *except_fd_set,
struct SPDY_Daemon * SPDYF_start_daemon_va(uint16_t port, const char *certfile, const char *keyfile, SPDY_NewSessionCallback nscb, SPDY_SessionClosedCallback sccb, SPDY_NewRequestCallback nrcb, SPDY_NewDataCallback npdcb, SPDYF_NewStreamCallback fnscb, SPDYF_NewDataCallback fndcb, void *cls, void *fcls, va_list valist)
int SPDYF_get_fdset(struct SPDY_Daemon *daemon, fd_set *read_fd_set, fd_set *write_fd_set, fd_set *except_fd_set, bool all)
int SPDYF_get_timeout(struct SPDY_Daemon *daemon, unsigned long long *timeout)
void(* SPDY_NewSessionCallback)(void *cls, struct SPDY_Session *session)
void(* SPDY_NewRequestCallback)(void *cls, struct SPDY_Request *request, uint8_t priority, const char *method, const char *path, const char *version, const char *host, const char *scheme, struct SPDY_NameValue *headers, bool more)
int(* SPDYF_NewStreamCallback)(void *cls, struct SPDYF_Stream *stream)
void(* SPDY_SessionClosedCallback)(void *cls, struct SPDY_Session *session, int by_client)
enum SPDY_IO_SUBSYSTEM spdyf_io_initialized
int(* SPDY_NewDataCallback)(void *cls, struct SPDY_Request *request, const void *buf, size_t size, bool more)
void SPDYF_stop_daemon(struct SPDY_Daemon *daemon)
void SPDYF_run(struct SPDY_Daemon *daemon)
int(* SPDYF_NewDataCallback)(void *cls, struct SPDYF_Stream *stream, const void *buf, size_t size, bool more)