Home
last modified time | relevance | path

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

/external/curl/include/curl/
Dcurlver.h73 #define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|z) macro
75 (LIBCURL_VERSION_NUM >= CURL_VERSION_BITS(x, y, z))