Home
last modified time | relevance | path

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

/external/libkmsxx/py/pykms/
Dpykmsbase.cpp128 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()
Dpykmsomap.cpp31 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/
Dftdbgmem.c131 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/
Dwatchdog-test.c41 static void keep_alive(void) in keep_alive() function
197 keep_alive(); in main()
/external/grpc-grpc/src/ruby/lib/grpc/generic/
Drpc_server.rb27 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/
Dhttpserver.cc154 bool keep_alive = HttpShouldKeepAlive(current_->request); in Respond() local
156 keep_alive ? "Keep-Alive" : "Close", in Respond()
/external/libcups/cups/
Dhttp.c1012 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 …]
Dhttp-private.h286 http_keepalive_t keep_alive; /* Keep-alive supported? */ member
Dhttp.h646 extern void httpSetKeepAlive(http_t *http, http_keepalive_t keep_alive) _CUPS_API_2_0;
/external/parameter-framework/asio-1.10.6/include/asio/
Dsocket_base.hpp166 ASIO_OS_DEF(SOL_SOCKET), ASIO_OS_DEF(SO_KEEPALIVE)> keep_alive; typedef in asio::socket_base
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h716 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/
Dchannel_win.cc177 scoped_refptr<ChannelWin> keep_alive(this); in StartOnIOThread() local