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

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_utl.c 875 int alt_type; local
884 alt_type = V_ASN1_IA5STRING;
891 alt_type = V_ASN1_IA5STRING;
897 alt_type = V_ASN1_OCTET_STRING;
947 alt_type = 0;
970 if ((rv = do_check_string(cstr, alt_type, equal, flags,
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_utl.c 883 int alt_type; local
892 alt_type = V_ASN1_IA5STRING;
899 alt_type = V_ASN1_IA5STRING;
905 alt_type = V_ASN1_OCTET_STRING;
955 alt_type = 0;
978 if ((rv = do_check_string(cstr, alt_type, equal, flags,
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_utl.c 870 int alt_type; local
879 alt_type = V_ASN1_IA5STRING;
886 alt_type = V_ASN1_IA5STRING;
892 alt_type = V_ASN1_OCTET_STRING;
915 if ((rv = do_check_string(cstr, alt_type, equal, flags,
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 1761 struct type *alt_type = ada_find_parallel_type (base_type, "___XVE");
1763 if (alt_type == NULL)
1766 return alt_type;
1756 struct type *alt_type = ada_find_parallel_type (base_type, "___XVE"); local
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 1758 struct type *alt_type = ada_find_parallel_type (base_type, "___XVE");
1760 if (alt_type == NULL)
1763 return alt_type;
1753 struct type *alt_type = ada_find_parallel_type (base_type, "___XVE"); local

Completed in 44 milliseconds