Lines Matching defs:SMConnection
24 bool SMConnection::force_spdy_ = false;
26 SMConnection::SMConnection(EpollServer* epoll_server,
53 SMConnection::~SMConnection() {
58 EpollServer* SMConnection::epoll_server() {
62 void SMConnection::ReadyToSend() {
68 void SMConnection::EnqueueDataFrame(DataFrame* df) {
75 void SMConnection::InitSMConnection(SMConnectionPoolInterface* connection_pool,
161 void SMConnection::CorkSocket() {
168 void SMConnection::UncorkSocket() {
175 int SMConnection::Send(const char* data, int len, int flags) {
222 void SMConnection::OnRegistration(EpollServer* eps, int fd, int event_mask) {
226 void SMConnection::OnEvent(int fd, EpollEvent* event) {
235 void SMConnection::OnUnregistration(int fd, bool replaced) {
239 void SMConnection::OnShutdown(EpollServer* eps, int fd) {
244 void SMConnection::Cleanup(const char* cleanup) {
256 void SMConnection::HandleEvents() {
305 bool SMConnection::WasSpdyNegotiated() {
327 bool SMConnection::SetupProtocolInterfaces() {
403 bool SMConnection::DoRead() {
488 bool SMConnection::DoConsumeReadData() {
518 void SMConnection::HandleResponseFullyRead() {
522 bool SMConnection::DoWrite() {
620 void SMConnection::Reset() {
652 SMConnection* SMConnection::NewSMConnection(EpollServer* epoll_server,
657 return new SMConnection(epoll_server, ssl_state, memory_cache,