Home
last modified time | relevance | path

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

/external/curl/lib/
Dconnect.c1387 ((ctrl == CONNCTRL_STREAM) && !(conn->handler->flags & PROTOPT_STREAM)); in Curl_conncontrol()
1389 (conn->handler->flags & PROTOPT_STREAM)) in Curl_conncontrol()
Dhttp2.c191 PROTOPT_STREAM /* flags */
211 PROTOPT_SSL | PROTOPT_STREAM /* flags */
Durldata.h844 #define PROTOPT_STREAM (1<<9) /* a protocol with individual logical streams */ macro