Searched refs:CURLPROTO_MASK (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/lib/ | ||
H A D | urldata.h | 81 #define CURLPROTO_MASK (0x3ffffff) macro |
H A D | connect.c | 157 data->info.conn_protocol = (conn->handler->protocol) & CURLPROTO_MASK; in Curl_persistconninfo() |
Completed in 9 milliseconds