Searched refs:PROTOPT_STREAM (Results 1 – 3 of 3) sorted by relevance
1387 ((ctrl == CONNCTRL_STREAM) && !(conn->handler->flags & PROTOPT_STREAM)); in Curl_conncontrol()1389 (conn->handler->flags & PROTOPT_STREAM)) in Curl_conncontrol()
191 PROTOPT_STREAM /* flags */211 PROTOPT_SSL | PROTOPT_STREAM /* flags */
844 #define PROTOPT_STREAM (1<<9) /* a protocol with individual logical streams */ macro