Searched refs:CURL_VERSION_BITS (Results 1 – 1 of 1) sorted by relevance
73 #define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|z) macro75 (LIBCURL_VERSION_NUM >= CURL_VERSION_BITS(x, y, z))