Searched refs:keep_alive (Results 1 – 9 of 9) sorted by relevance
24 static void keep_alive(void) in keep_alive() function96 keep_alive(); in main()
131 FT_Bool keep_alive; member643 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() local873 if ( keep_alive > 0 ) in ft_mem_debug_init()874 table->keep_alive = 1; in ft_mem_debug_init()
131 FT_Bool keep_alive; member644 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() local874 if ( keep_alive > 0 ) in ft_mem_debug_init()875 table->keep_alive = 1; in ft_mem_debug_init()
154 bool keep_alive = HttpShouldKeepAlive(current_->request); in Respond() local156 keep_alive ? "Keep-Alive" : "Close", in Respond()
166 ASIO_OS_DEF(SOL_SOCKET), ASIO_OS_DEF(SO_KEEPALIVE)> keep_alive; typedef in asio::socket_base
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() argument2692 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 …]
286 http_keepalive_t keep_alive; /* Keep-alive supported? */ member
646 extern void httpSetKeepAlive(http_t *http, http_keepalive_t keep_alive) _CUPS_API_2_0;
188 scoped_refptr<ChannelWin> keep_alive(this); in StartOnIOThread() local