Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h732 #define CONNCHECK_KEEPALIVE (1<<1) /* Perform any keepalive function. */ macro
Dhttp2.c243 if(checks_to_perform & CONNCHECK_KEEPALIVE) { in http2_conncheck()
Durl.c4409 conn->handler->connection_check(conn, CONNCHECK_KEEPALIVE); in conn_upkeep()