Home
last modified time | relevance | path

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

/curl/tests/
H A Dsshhelp.pm369 my $major;
388 $major = $1;
392 $versnum = (100*$major) + (10*$minor) + $patch;
393 $versstr = "$sshid $major.$minor.$patch";
398 $major = $1;
402 $versnum = (100*$major) + (10*$minor) + $patch;
403 $versstr = "$sshid $major.$minor.$patch";
408 $major = $1;
412 $versnum = (100*$major) + (10*$minor) + $patch;
413 $versstr = "$sshid $major.$minor.$patch";
H A Dnegtelnetserver.py38 if sys.version_info.major >= 3:
H A Dsmbserver.py40 if sys.version_info.major >= 3:
/curl/lib/
H A Dcurl_gssapi.c135 OM_uint32 major, OM_uint32 minor) in Curl_gss_log_error() argument
140 if(major != GSS_S_FAILURE) in Curl_gss_log_error()
141 len = display_gss_error(major, GSS_C_GSS_CODE, buf, len); in Curl_gss_log_error()
H A Dversion.c93 unsigned int major = brotli_version >> 24; in brotli_version() local
96 (void)msnprintf(buf, bufsz, "%u.%u.%u", major, minor, patch); in brotli_version()
104 unsigned int major = (unsigned int)(zstd_version / (100 * 100)); in zstd_version() local
106 (major * 100 * 100)) / 100); in zstd_version()
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 major = api.ldapai_vendor_version / 10000; in curl_version() local
265 ((api.ldapai_vendor_version - major * 10000) - patch) / 100; in curl_version()
267 api.ldapai_vendor_name, major, minor, patch); in curl_version()
H A Dcurl_gssapi.h49 OM_uint32 major, OM_uint32 minor);
/curl/
H A Dmaketgz53 major=$(echo "$libversion" | cut -d. -f1 | sed -e "s/[^0-9]//g")
69 numeric="$(printf "%02x%02x%02x\n" "$major" "$minor" "$patch")"
93 -e "s/^#define LIBCURL_VERSION_MAJOR .*/#define LIBCURL_VERSION_MAJOR $major/g" \
H A DRELEASE-NOTES75 o http: reject HTTP major version switch mid connection [100]
/curl/.github/workflows/
H A Dlinux-old.yml9 # Debian stretch is chosen as it closely matches some of the oldest major
/curl/docs/
H A Dcurl-config.md99 major, minor, and patch numbers. This makes libcurl 7.7.4 appear as 070704 and
H A DTODO813 once per handle)". The major improvement we can rather easily do is to make
/curl/packages/vms/
H A Dgnv_libcurl_symbols.opt12 ! The GSMATCH is manually set to the major version of 1, with the minor
/curl/.github/
H A Dlabeler.yml12 # as long as any file matches. The first ones are for "major" categories (the
/curl/docs/libcurl/
H A Dcurl_version_info.md120 *version_num* is a 24 bit number created like this: \<8 bits major number\> |
/curl/lib/vtls/
H A Dsectransp.c929 CF_INLINE void GetDarwinVersionNumber(int *major, int *minor) in GetDarwinVersionNumber() argument
953 *major = atoi(os_version_major); in GetDarwinVersionNumber()

Completed in 33 milliseconds