Searched refs:keep_alive (Results 1 – 12 of 12) sorted by relevance
/external/libkmsxx/py/pykms/ |
D | pykmsbase.cpp | 128 py::keep_alive<1, 3>()) // Keep Card alive until this is destructed in init_pykmsbase() 156 py::keep_alive<1, 2>()) // Keep Card alive until this is destructed in init_pykmsbase() 158 py::keep_alive<1, 2>()) // Keep Card alive until this is destructed in init_pykmsbase() 168 py::keep_alive<1, 2>()) // Keep Card alive until this is destructed in init_pykmsbase() 235 py::keep_alive<1, 2>()) // Keep Card alive until this is destructed in init_pykmsbase()
|
D | pykmsomap.cpp | 31 py::keep_alive<1, 2>(), // Keep Card alive until this is destructed in init_pykmsomap() 34 py::keep_alive<1, 2>(), // Keep OmapCard alive until this is destructed in init_pykmsomap()
|
/external/freetype/src/base/ |
D | ftdbgmem.c | 131 FT_Bool keep_alive; member 644 if ( table->keep_alive ) in ft_mem_table_remove() 727 if ( !table->keep_alive ) in ft_mem_debug_free() 815 if ( !table->keep_alive ) in ft_mem_debug_realloc() 871 FT_Long keep_alive = ft_strtol( p, NULL, 10 ); in ft_mem_debug_init() local 874 if ( keep_alive > 0 ) in ft_mem_debug_init() 875 table->keep_alive = 1; in ft_mem_debug_init()
|
/external/linux-kselftest/tools/testing/selftests/watchdog/ |
D | watchdog-test.c | 41 static void keep_alive(void) in keep_alive() function 197 keep_alive(); in main()
|
/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
D | rpc_server.rb | 27 def initialize(size, keep_alive: DEFAULT_KEEP_ALIVE) 35 @keep_alive = keep_alive 228 @pool = Pool.new(@pool_size, keep_alive: pool_keep_alive)
|
/external/webrtc/webrtc/base/ |
D | httpserver.cc | 154 bool keep_alive = HttpShouldKeepAlive(current_->request); in Respond() local 156 keep_alive ? "Keep-Alive" : "Close", in Respond()
|
/external/libcups/cups/ |
D | http.c | 1012 return (http ? http->keep_alive : HTTP_KEEPALIVE_OFF); in httpGetKeepAlive() 2222 http->keep_alive = HTTP_KEEPALIVE_OFF; in httpReadRequest() 2316 http->keep_alive = HTTP_KEEPALIVE_OFF; in httpReadRequest() 2321 http->keep_alive = HTTP_KEEPALIVE_ON; in httpReadRequest() 2407 http->keep_alive = HTTP_KEEPALIVE_OFF; in httpReconnect2() 2689 http_keepalive_t keep_alive) /* I - New Keep-Alive value */ in httpSetKeepAlive() argument 2692 http->keep_alive = keep_alive; in httpSetKeepAlive() 3422 if (status >= HTTP_STATUS_BAD_REQUEST && http->keep_alive) in httpWriteResponse() 3424 http->keep_alive = HTTP_KEEPALIVE_OFF; in httpWriteResponse() 3432 if (http->keep_alive) in httpWriteResponse() [all …]
|
D | http-private.h | 286 http_keepalive_t keep_alive; /* Keep-alive supported? */ member
|
D | http.h | 646 extern void httpSetKeepAlive(http_t *http, http_keepalive_t keep_alive) _CUPS_API_2_0;
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | socket_base.hpp | 166 ASIO_OS_DEF(SOL_SOCKET), ASIO_OS_DEF(SO_KEEPALIVE)> keep_alive; typedef in asio::socket_base
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 716 LiftoffRegList keep_alive = LiftoffRegList::ForRegs(lhs.high_gp(), rhs); in OpWithCarry() local 717 Register dst_low = keep_alive.has(dst.low_gp()) in OpWithCarry() 718 ? assm->GetUnusedRegister(kGpReg, keep_alive).gp() in OpWithCarry() 725 keep_alive = LiftoffRegList::ForRegs(dst_low, rhs.high_gp()); in OpWithCarry() 726 Register dst_high = keep_alive.has(dst.high_gp()) in OpWithCarry() 727 ? assm->GetUnusedRegister(kGpReg, keep_alive).gp() in OpWithCarry()
|
/external/libchrome/mojo/core/ |
D | channel_win.cc | 177 scoped_refptr<ChannelWin> keep_alive(this); in StartOnIOThread() local
|