Searched refs:major (Results 1 – 13 of 13) sorted by relevance
/curl/tests/ |
H A D | sshhelp.pm | 369 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 D | negtelnetserver.py | 37 if sys.version_info.major >= 3:
|
H A D | smbserver.py | 40 if sys.version_info.major >= 3:
|
/curl/lib/ |
H A D | curl_gssapi.c | 135 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 D | version.c | 93 unsigned int major = brotli_version >> 24; in brotli_version() local 96 (void)msnprintf(buf, bufsz, "brotli/%u.%u.%u", major, minor, patch); in brotli_version() 104 unsigned int major = version / (100 * 100); in zstd_version() local 105 unsigned int minor = (version - (major * 100 * 100)) / 100; in zstd_version() 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() 119 unsigned int major = (unsigned int)(api.ldapai_vendor_version / 10000); in oldap_version() local 121 (((unsigned int)api.ldapai_vendor_version - major * 10000) in oldap_version() 124 api.ldapai_vendor_name, major, minor, patch); in oldap_version()
|
H A D | curl_gssapi.h | 49 OM_uint32 major, OM_uint32 minor);
|
/curl/scripts/ |
H A D | maketgz | 60 major=$(echo "$libversion" | cut -d. -f1 | sed -e "s/[^0-9]//g") 76 numeric="$(printf "%02x%02x%02x\n" "$major" "$minor" "$patch")" 100 -e "s/^#define LIBCURL_VERSION_MAJOR .*/#define LIBCURL_VERSION_MAJOR $major/g" \
|
/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/.github/workflows/ |
H A D | linux-old.yml | 9 # Debian stretch is chosen as it closely matches some of the oldest major
|
/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
|
/curl/.github/ |
H A D | labeler.yml | 12 # as long as any file matches. The first ones are for "major" categories (the
|
/curl/docs/libcurl/ |
H A D | curl_version_info.md | 121 *version_num* is a 24 bit number created like this: \<8 bits major number\> |
|
/curl/lib/vtls/ |
H A D | sectransp.c | 335 CF_INLINE void GetDarwinVersionNumber(int *major, int *minor) in GetDarwinVersionNumber() argument 359 *major = atoi(os_version_major); in GetDarwinVersionNumber()
|
Completed in 37 milliseconds