HomeSort by: relevance | last modified time | path
    Searched refs:VERSION2 (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Util.pm 44 =item B<cmp_versions "VERSION1", "VERSION2">
46 Compares VERSION1 with VERSION2, paying attention to OpenSSL versioning.
48 Returns 1 if VERSION1 is greater than VERSION2, 0 if they are equal, and
49 -1 if VERSION1 is less than VERSION2.
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Util.pm 44 =item B<cmp_versions "VERSION1", "VERSION2">
46 Compares VERSION1 with VERSION2, paying attention to OpenSSL versioning.
48 Returns 1 if VERSION1 is greater than VERSION2, 0 if they are equal, and
49 -1 if VERSION1 is less than VERSION2.
  /src/crypto/external/bsd/heimdal/dist/kadmin/
rpc.c 55 #define VERSION2 0x12345702
555 INSIST(version == VERSION2);
571 CHECK(krb5_store_uint32(out, VERSION2)); /* api version */
588 INSIST(version == VERSION2);
599 CHECK(krb5_store_uint32(out, VERSION2)); /* api version */
618 INSIST(version == VERSION2);
631 CHECK(krb5_store_uint32(out, VERSION2)); /* api version */
652 INSIST(version == VERSION2);
665 CHECK(krb5_store_uint32(out, VERSION2)); /* api version */
686 CHECK(krb5_store_uint32(out, VERSION2)); /* api version *
    [all...]

Completed in 27 milliseconds