Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/watchdog/
Dwatchdog-test.c24 static void keep_alive(void) in keep_alive() function
96 keep_alive(); in main()
/external/pdfium/third_party/freetype/src/base/
Dftdbgmem.c131 FT_Bool keep_alive; member
643 if ( table->keep_alive ) in ft_mem_table_remove()
726 if ( !table->keep_alive ) in ft_mem_debug_free()
814 if ( !table->keep_alive ) in ft_mem_debug_realloc()
870 FT_Long keep_alive = ft_atol( p ); in ft_mem_debug_init() local
873 if ( keep_alive > 0 ) in ft_mem_debug_init()
874 table->keep_alive = 1; in ft_mem_debug_init()
/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/webrtc/webrtc/base/
Dhttpserver.cc154 bool keep_alive = HttpShouldKeepAlive(current_->request); in Respond() local
156 keep_alive ? "Keep-Alive" : "Close", in Respond()
/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/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/libmojo/mojo/edk/system/
Dchannel_win.cc188 scoped_refptr<ChannelWin> keep_alive(this); in StartOnIOThread() local