Home
last modified time | relevance | path

Searched refs:connect_only (Results 1 – 12 of 12) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-message-queue.h53 guint connect_only : 1; member
Dsoup-session.c1991 if (item->connect_only) { in soup_session_process_queue_item()
4774 if (item->connect_only) in steal_connection()
5120 item->connect_only = TRUE; in soup_session_connect_async()
/third_party/curl/lib/
Durldata.h521 BIT(connect_only);
1837 BIT(connect_only); /* make connection, let application use the socket */
Dconncache.c516 !conn->bits.connect_only) { in Curl_conncache_extract_oldest()
Durl.c854 if(conn->bits.connect_only) in Curl_disconnect()
1174 if(check->bits.connect_only || check->bits.close) in ConnectionExists()
1781 conn->bits.connect_only = data->set.connect_only; in allocate_conn()
3893 data->set.connect_only)
Deasy.c1153 if(!data->set.connect_only) { in easy_connection()
Dmulti.c708 if(!conn->bits.connect_only) in close_connect_only()
2022 if(data->set.connect_only) {
Dsmtp.c1393 else if(!data->set.connect_only && data->set.mail_rcpt && in smtp_done()
Dimap.c1493 else if(!data->set.connect_only && !imap->custom && in imap_done()
Dsetopt.c2399 data->set.connect_only = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_vsetopt()
Dhttp.c1659 !data->set.connect_only && in Curl_http_done()
/third_party/curl/
DRELEASE-NOTES124 o multi: do not switch off connect_only flag when closing [98]