Home
last modified time | relevance | path

Searched refs:CONNCHECK_ISDEAD (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Drtsp.c178 if(checks_to_perform & CONNCHECK_ISDEAD) { in rtsp_conncheck()
Durldata.h731 #define CONNCHECK_ISDEAD (1<<0) /* Check if the connection is dead. */ macro
Dhttp2.c238 if(checks_to_perform & CONNCHECK_ISDEAD) { in http2_conncheck()
Durl.c989 state = conn->handler->connection_check(conn, CONNCHECK_ISDEAD); in extract_if_dead()