Searched refs:closeit (Results 1 - 2 of 2) sorted by relevance

/external/curl/lib/
H A Dconnect.h113 bool closeit,
H A Dconnect.c1378 void Curl_conncontrol(struct connectdata *conn, bool closeit, argument
1384 if(closeit != conn->bits.close) {
1385 infof(conn->data, "Marked for [%s]: %s\n", closeit?"closure":"keep alive",
1388 conn->bits.close = closeit; /* the only place in the source code that

Completed in 116 milliseconds