Lines Matching refs:daemon
76 * Initializing of io context for a specific daemon.
77 * Must be called when the daemon starts.
79 * @param daemon SPDY_Daemon for which io will be used. Daemon's
84 (*SPDYF_IOInit) (struct SPDY_Daemon *daemon);
88 * Deinitializing io context for a daemon. Should be called
91 * @param daemon SPDY_Daemon which is being stopped
94 (*SPDYF_IODeinit) (struct SPDY_Daemon *daemon);
192 * Sets callbacks for the daemon with regard to the IO subsystem.
194 * @param daemon
196 * be initialized and used by daemon.
200 SPDYF_io_set_daemon(struct SPDY_Daemon *daemon,