Home
last modified time | relevance | path

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

/curl/tests/
H A Dsshhelp.pm370 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 Dversion.c94 unsigned int minor = (brotli_version & 0x00FFFFFF) >> 12; in brotli_version() local
96 (void)msnprintf(buf, bufsz, "%u.%u.%u", major, minor, patch); in brotli_version()
105 unsigned int minor = (unsigned int)((zstd_version - in zstd_version() local
108 (major * 100 * 100) - (minor * 100)); in zstd_version()
109 (void)msnprintf(buf, bufsz, "%u.%u.%u", major, minor, patch); in zstd_version()
263 unsigned int minor = in curl_version() local
266 api.ldapai_vendor_name, major, minor, patch); in curl_version()
H A Dcurl_gssapi.c135 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 Dcurl_gssapi.h49 OM_uint32 major, OM_uint32 minor);
/curl/
H A Dmaketgz54 minor=$(echo "$libversion" | cut -d. -f2 | sed -e "s/[^0-9]//g")
69 numeric="$(printf "%02x%02x%02x\n" "$major" "$minor" "$patch")"
94 -e "s/^#define LIBCURL_VERSION_MINOR .*/#define LIBCURL_VERSION_MINOR $minor/g" \
H A DCMakeLists.txt1448 # Some other minor tests
/curl/docs/libcurl/opts/
H A DCURLOPT_AUTOREFERER.md37 considered a minor privacy leak by some.
/curl/packages/vms/
H A Dgnv_libcurl_symbols.opt12 ! 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 Dcurl-config.md99 major, minor, and patch numbers. This makes libcurl 7.7.4 appear as 070704 and
/curl/docs/libcurl/
H A Dcurl_version_info.md121 \<8 bits minor number\> | \<8 bits patch number\>. Version 7.9.8 is therefore
H A Dlibcurl-tutorial.md94 are only a few minor details that differ. If you just make sure to write your
/curl/lib/vtls/
H A Dsectransp.c929 CF_INLINE void GetDarwinVersionNumber(int *major, int *minor) in GetDarwinVersionNumber() argument
954 *minor = atoi(os_version_minor); in GetDarwinVersionNumber()

Completed in 48 milliseconds