Home
last modified time | relevance | path

Searched refs:CONNCHECK_KEEPALIVE (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Deasy.c1222 conn->handler->connection_check(data, conn, CONNCHECK_KEEPALIVE); in conn_upkeep()
Durldata.h843 #define CONNCHECK_KEEPALIVE (1<<1) /* Perform any keepalive function. */ macro
Dhttp2.c248 if(checks_to_perform & CONNCHECK_KEEPALIVE) { in http2_conncheck()