Home
last modified time | relevance | path

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

/third_party/curl/lib/
Drtsp.c149 if(checks_to_perform & CONNCHECK_ISDEAD) { in rtsp_conncheck()
Durldata.h852 #define CONNCHECK_ISDEAD (1<<0) /* Check if the connection is dead. */ macro
Durl.c940 state = conn->handler->connection_check(data, conn, CONNCHECK_ISDEAD); in extract_if_dead()