Home | History | Annotate | Download | only in flip_server

Lines Matching refs:SMInterface

27                public SMInterface {
30 SMInterface* sm_http_interface,
36 virtual void InitSMInterface(SMInterface* sm_http_interface,
40 SMInterface* sm_interface,
56 SMInterface* NewConnectionInterface();
57 SMInterface* FindOrMakeNewSMConnectionInterface(std::string server_ip,
82 // SMInterface's Cleanup is currently only called by SMConnection after a
83 // protocol message as been fully read. Spdy's SMInterface does not need
134 std::vector<SMInterface*> server_interface_list;
136 typedef std::map<uint32, SMInterface*> StreamToSmif;