Searched refs:sm_http_interface_ (Results 1 – 2 of 2) sorted by relevance
52 sm_http_interface_(NULL), in SMConnection()366 << (sm_http_interface_ ? "Creating" : "Reusing") in SetupProtocolInterfaces()368 if (!sm_http_interface_) in SetupProtocolInterfaces()369 sm_http_interface_ = new HttpSM(this, NULL, memory_cache_, acceptor_); in SetupProtocolInterfaces()370 sm_interface_ = sm_http_interface_; in SetupProtocolInterfaces()
151 SMInterface* sm_http_interface_; variable