Searched refs:writing_first_token_ (Results 1 – 2 of 2) sorted by relevance
413 writing_first_token_(false), in SSLClientSocketWin()573 writing_first_token_ = true; in Connect()675 writing_first_token_ = false; in Disconnect()1126 if (writing_first_token_) { in DoHandshakeWriteComplete()1127 writing_first_token_ = false; in DoHandshakeWriteComplete()
185 bool writing_first_token_; variable