Home
last modified time | relevance | path

Searched refs:auth_response_ (Results 1 – 9 of 9) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/mysql_protocol/include/mysqlrouter/mysql_protocol/
H A Dhandshake_packet.h89 auth_response_({}) { in HandshakeResponsePacket()
170 return auth_response_; in get_auth_response()
221 std::vector<unsigned char> auth_response_; variable
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/mysql_protocol/src/
H A Dhandshake_packet.cc50 auth_response_(auth_response) { in HandshakeResponsePacket()
229 packet_.auth_response_ = packet_.read_bytes(len); in part5_auth_response()
237 packet_.auth_response_ = packet_.read_bytes(len); in part5_auth_response()
/dports/multimedia/zoneminder/zoneminder-1.36.5/dep/RtspServer/src/xop/
H A DRtspMessage.cpp277 auth_response_ = message.substr(pos + 10, 32); in ParseAuthorization()
278 if (auth_response_.size() == 32) { in ParseAuthorization()
284 auth_response_.clear(); in ParseAuthorization()
356 return auth_response_; in GetAuthResponse()
H A DRtspMessage.h106 std::string auth_response_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_cache_transaction.cc312 DCHECK(auth_response_.headers.get()); in RestartWithAuth()
354 if (auth_response_.headers.get() && mode_ != NONE) { in Read()
478 if (auth_response_.headers.get()) { in GetResponseInfo()
479 DCHECK_EQ(cache_entry_status_, auth_response_.cache_entry_status) in GetResponseInfo()
481 return &auth_response_; in GetResponseInfo()
1785 if (!ValidatePartialResponse() && !auth_response_.headers.get()) { in DoSuccessfulSendRequest()
2119 if (auth_response_.headers.get()) in DoFinishHeaders()
3371 auth_response_ = auth_response; in SetAuthResponse()
3390 if (auth_response_.headers.get()) { in SyncCacheEntryStatusToResponse()
3391 auth_response_.cache_entry_status = cache_entry_status_; in SyncCacheEntryStatusToResponse()
H A Dhttp_cache_transaction.h588 HttpResponseInfo auth_response_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_cache_transaction.cc311 DCHECK(auth_response_.headers.get()); in RestartWithAuth()
353 if (auth_response_.headers.get() && mode_ != NONE) { in Read()
477 if (auth_response_.headers.get()) { in GetResponseInfo()
478 DCHECK_EQ(cache_entry_status_, auth_response_.cache_entry_status) in GetResponseInfo()
480 return &auth_response_; in GetResponseInfo()
1796 if (!ValidatePartialResponse() && !auth_response_.headers.get()) { in DoSuccessfulSendRequest()
2130 if (auth_response_.headers.get()) in DoFinishHeaders()
3393 auth_response_ = auth_response; in SetAuthResponse()
3412 if (auth_response_.headers.get()) { in SyncCacheEntryStatusToResponse()
3413 auth_response_.cache_entry_status = cache_entry_status_; in SyncCacheEntryStatusToResponse()
H A Dhttp_cache_transaction.h593 HttpResponseInfo auth_response_; variable
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/mysql_protocol/tests/
H A Dtest_handshake_packet.cc539 EXPECT_EQ(auth_response, pkt.auth_response_); in TEST_F()
557 EXPECT_EQ(auth_response, pkt.auth_response_); in TEST_F()
861 EXPECT_EQ(auth_response, pkt.auth_response_); in TEST_F()