Home
last modified time | relevance | path

Searched refs:keep_alive (Results 1 – 17 of 17) sorted by relevance

/external/chromium/net/http/
Dhttp_network_transaction.cc250 bool keep_alive = false; in PrepareForAuthRestart() local
263 keep_alive = true; in PrepareForAuthRestart()
268 DidDrainBodyForAuthRestart(keep_alive); in PrepareForAuthRestart()
271 void HttpNetworkTransaction::DidDrainBodyForAuthRestart(bool keep_alive) { in DidDrainBodyForAuthRestart() argument
276 if (keep_alive && stream_->IsConnectionReusable()) { in DidDrainBodyForAuthRestart()
923 bool keep_alive = false; in DoReadBodyComplete() local
933 keep_alive = GetResponseHeaders()->IsKeepAlive(); in DoReadBodyComplete()
939 stream_->Close(!keep_alive); in DoReadBodyComplete()
971 bool done = false, keep_alive = true; in DoDrainBodyForAuthRestartComplete() local
975 keep_alive = false; in DoDrainBodyForAuthRestartComplete()
[all …]
Dhttp_proxy_client_socket.cc225 bool keep_alive = false; in PrepareForAuthRestart() local
233 keep_alive = true; in PrepareForAuthRestart()
238 return DidDrainBodyForAuthRestart(keep_alive); in PrepareForAuthRestart()
241 int HttpProxyClientSocket::DidDrainBodyForAuthRestart(bool keep_alive) { in DidDrainBodyForAuthRestart() argument
242 if (keep_alive && transport_->socket()->IsConnectedAndIdle()) { in DidDrainBodyForAuthRestart()
Dhttp_proxy_client_socket.h118 int DidDrainBodyForAuthRestart(bool keep_alive);
Dhttp_network_transaction.h188 void DidDrainBodyForAuthRestart(bool keep_alive);
Dhttp_response_headers.cc1065 bool keep_alive; in IsKeepAlive() local
1069 keep_alive = LowerCaseEqualsASCII(connection_val, "keep-alive"); in IsKeepAlive()
1072 keep_alive = !LowerCaseEqualsASCII(connection_val, "close"); in IsKeepAlive()
1075 return keep_alive; in IsKeepAlive()
/external/freetype/src/base/
Dftdbgmem.c131 FT_Bool keep_alive; member
646 if ( table->keep_alive ) in ft_mem_table_remove()
729 if ( !table->keep_alive ) in ft_mem_debug_free()
816 if ( !table->keep_alive ) in ft_mem_debug_realloc()
872 FT_Long keep_alive = ft_atol( p ); in ft_mem_debug_init() local
875 if ( keep_alive > 0 ) in ft_mem_debug_init()
876 table->keep_alive = 1; in ft_mem_debug_init()
/external/chromium/chrome/browser/printing/cloud_print/
Dcloud_print_proxy_service.cc129 void CloudPrintProxyService::TokenExpiredNotificationDone(bool keep_alive) { in TokenExpiredNotificationDone() argument
134 if (!keep_alive) in TokenExpiredNotificationDone()
Dcloud_print_proxy_service.h68 void TokenExpiredNotificationDone(bool keep_alive);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstunport.cc46 StunPortBindingRequest(StunPort* port, bool keep_alive, in StunPortBindingRequest() argument
48 : port_(port), keep_alive_(keep_alive), server_addr_(addr) { in StunPortBindingRequest()
/external/qemu/proxy/
Dproxy_int.h113 int keep_alive,
Dproxy_common.c309 int keep_alive, in proxy_connection_free() argument
320 if (keep_alive) in proxy_connection_free()
/external/chromium/base/files/
Dfile_path_watcher_win.cc132 scoped_refptr<FilePathWatcherImpl> keep_alive(this); in OnObjectSignaled() local
/external/chromium/net/socket/
Dtransport_client_socket_pool_unittest.cc378 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseOneConnection() argument
379 return test_base_.ReleaseOneConnection(keep_alive); in ReleaseOneConnection()
382 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseAllConnections() argument
383 test_base_.ReleaseAllConnections(keep_alive); in ReleaseAllConnections()
Dsocket_test_util.cc1167 bool ClientSocketPoolTest::ReleaseOneConnection(KeepAlive keep_alive) { in ReleaseOneConnection() argument
1171 if (keep_alive == NO_KEEP_ALIVE) in ReleaseOneConnection()
1181 void ClientSocketPoolTest::ReleaseAllConnections(KeepAlive keep_alive) { in ReleaseAllConnections() argument
1184 released_one = ReleaseOneConnection(keep_alive); in ReleaseAllConnections()
Dsocket_test_util.h802 bool ReleaseOneConnection(KeepAlive keep_alive);
805 void ReleaseAllConnections(KeepAlive keep_alive);
Dclient_socket_pool_base_unittest.cc578 bool ReleaseOneConnection(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseOneConnection() argument
579 return test_base_.ReleaseOneConnection(keep_alive); in ReleaseOneConnection()
582 void ReleaseAllConnections(ClientSocketPoolTest::KeepAlive keep_alive) { in ReleaseAllConnections() argument
583 test_base_.ReleaseAllConnections(keep_alive); in ReleaseAllConnections()
/external/chromium/chrome/common/
Dservice_process_util_mac.mm276 NSDictionary *keep_alive =
283 keep_alive, @ LAUNCH_JOBKEY_KEEPALIVE,