Searched refs:minor (Results 1 – 12 of 12) sorted by relevance
/curl/tests/ |
H A D | sshhelp.pm | 370 my $minor; 389 $minor = $2; 392 $versnum = (100*$major) + (10*$minor) + $patch; 393 $versstr = "$sshid $major.$minor.$patch"; 399 $minor = $2; 402 $versnum = (100*$major) + (10*$minor) + $patch; 403 $versstr = "$sshid $major.$minor.$patch"; 409 $minor = $2; 412 $versnum = (100*$major) + (10*$minor) + $patch; 413 $versstr = "$sshid $major.$minor.$patch";
|
/curl/lib/ |
H A D | version.c | 94 unsigned int minor = (brotli_version & 0x00FFFFFF) >> 12; in brotli_version() local 96 (void)msnprintf(buf, bufsz, "brotli/%u.%u.%u", major, minor, patch); in brotli_version() 105 unsigned int minor = (version - (major * 100 * 100)) / 100; in zstd_version() local 106 unsigned int patch = version - (major * 100 * 100) - (minor * 100); in zstd_version() 107 (void)msnprintf(buf, bufsz, "zstd/%u.%u.%u", major, minor, patch); in zstd_version() 120 unsigned int minor = in oldap_version() local 124 api.ldapai_vendor_name, major, minor, patch); in oldap_version()
|
H A D | curl_gssapi.c | 135 OM_uint32 major, OM_uint32 minor) in Curl_gss_log_error() argument 143 display_gss_error(minor, GSS_C_MECH_CODE, buf, len); in Curl_gss_log_error()
|
H A D | curl_gssapi.h | 49 OM_uint32 major, OM_uint32 minor);
|
/curl/scripts/ |
H A D | maketgz | 61 minor=$(echo "$libversion" | cut -d. -f2 | sed -e "s/[^0-9]//g") 76 numeric="$(printf "%02x%02x%02x\n" "$major" "$minor" "$patch")" 101 -e "s/^#define LIBCURL_VERSION_MINOR .*/#define LIBCURL_VERSION_MINOR $minor/g" \
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_AUTOREFERER.md | 38 considered a minor privacy leak by some.
|
/curl/packages/vms/ |
H A D | gnv_libcurl_symbols.opt | 12 ! The GSMATCH is manually set to the major version of 1, with the minor 14 ! become the minor version. 18 ! This leaves some spare digits for minor patches.
|
/curl/docs/ |
H A D | curl-config.md | 100 major, minor, and patch numbers. This makes libcurl 7.7.4 appear as 070704 and
|
/curl/docs/libcurl/ |
H A D | curl_version_info.md | 122 \<8 bits minor number\> | \<8 bits patch number\>. Version 7.9.8 is therefore
|
H A D | libcurl-tutorial.md | 95 are only a few minor details that differ. If you just make sure to write your
|
/curl/lib/vtls/ |
H A D | sectransp.c | 335 CF_INLINE void GetDarwinVersionNumber(int *major, int *minor) in GetDarwinVersionNumber() argument 360 *minor = atoi(os_version_minor); in GetDarwinVersionNumber()
|
/curl/ |
H A D | CMakeLists.txt | 1724 # Some other minor tests
|
Completed in 34 milliseconds