HomeSort by: relevance | last modified time | path
    Searched defs:status_type (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/bsd/wpa/dist/src/tls/
tlsv1_client_read.c 829 u8 type, status_type; local
882 * CertificateStatusType status_type;
883 * select (status_type) {
894 status_type = *pos++;
895 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatus status_type %u",
896 status_type);
898 if (status_type == 1 /* ocsp */) {
901 } else if (status_type == 2 /* ocsp_multi */) {
tlsv1_server_read.c 53 u8 status_type; local
61 * CertificateStatusType status_type;
63 * select (status_type) {
75 status_type = *pos++;
76 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatusType %u", status_type);
77 if (status_type != 1 && status_type != 2)
85 if (status_type == 2)
tlsv1_client_read.c 829 u8 type, status_type; local
882 * CertificateStatusType status_type;
883 * select (status_type) {
894 status_type = *pos++;
895 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatus status_type %u",
896 status_type);
898 if (status_type == 1 /* ocsp */) {
901 } else if (status_type == 2 /* ocsp_multi */) {
tlsv1_server_read.c 53 u8 status_type; local
61 * CertificateStatusType status_type;
63 * select (status_type) {
75 status_type = *pos++;
76 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatusType %u", status_type);
77 if (status_type != 1 && status_type != 2)
85 if (status_type == 2)
tlsv1_client_read.c 829 u8 type, status_type; local
882 * CertificateStatusType status_type;
883 * select (status_type) {
894 status_type = *pos++;
895 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatus status_type %u",
896 status_type);
898 if (status_type == 1 /* ocsp */) {
901 } else if (status_type == 2 /* ocsp_multi */) {
tlsv1_server_read.c 53 u8 status_type; local
61 * CertificateStatusType status_type;
63 * select (status_type) {
75 status_type = *pos++;
76 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatusType %u", status_type);
77 if (status_type != 1 && status_type != 2)
85 if (status_type == 2)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.cc 787 tree status_type = status ? TREE_TYPE (status) : NULL_TREE; local
792 fold_build2_loc (input_location, MODIFY_EXPR, status_type,
793 status, build_int_cst (status_type, 0)));
809 tmp = fold_build2_loc (input_location, MODIFY_EXPR, status_type, status,
810 build_int_cst (status_type, LIBERROR_ALLOCATION));
1037 tree status_type = TREE_TYPE (status); local
1039 error = fold_build2_loc (input_location, MODIFY_EXPR, status_type,
1040 status, build_int_cst (status_type, LIBERROR_ALLOCATION));
1419 tree status_type = NULL_TREE; local
1492 status_type = TREE_TYPE (TREE_TYPE (status))
1523 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
1649 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
1694 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
    [all...]
trans.cc 787 tree status_type = status ? TREE_TYPE (status) : NULL_TREE; local
792 fold_build2_loc (input_location, MODIFY_EXPR, status_type,
793 status, build_int_cst (status_type, 0)));
809 tmp = fold_build2_loc (input_location, MODIFY_EXPR, status_type, status,
810 build_int_cst (status_type, LIBERROR_ALLOCATION));
1037 tree status_type = TREE_TYPE (status); local
1039 error = fold_build2_loc (input_location, MODIFY_EXPR, status_type,
1040 status, build_int_cst (status_type, LIBERROR_ALLOCATION));
1419 tree status_type = NULL_TREE; local
1492 status_type = TREE_TYPE (TREE_TYPE (status))
1523 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
1649 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
1694 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
    [all...]
trans.cc 787 tree status_type = status ? TREE_TYPE (status) : NULL_TREE; local
792 fold_build2_loc (input_location, MODIFY_EXPR, status_type,
793 status, build_int_cst (status_type, 0)));
809 tmp = fold_build2_loc (input_location, MODIFY_EXPR, status_type, status,
810 build_int_cst (status_type, LIBERROR_ALLOCATION));
1037 tree status_type = TREE_TYPE (status); local
1039 error = fold_build2_loc (input_location, MODIFY_EXPR, status_type,
1040 status, build_int_cst (status_type, LIBERROR_ALLOCATION));
1419 tree status_type = NULL_TREE; local
1492 status_type = TREE_TYPE (TREE_TYPE (status))
1523 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
1649 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
1694 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
    [all...]
trans-array.cc 6220 tree status_type = TREE_TYPE (status); local
6225 build_int_cst (status_type, LIBERROR_ALLOCATION));
trans-array.cc 6220 tree status_type = TREE_TYPE (status); local
6225 build_int_cst (status_type, LIBERROR_ALLOCATION));
trans-array.cc 6220 tree status_type = TREE_TYPE (status); local
6225 build_int_cst (status_type, LIBERROR_ALLOCATION));
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.cc 824 tree status_type = status ? TREE_TYPE (status) : NULL_TREE; local
829 fold_build2_loc (input_location, MODIFY_EXPR, status_type,
830 status, build_int_cst (status_type, 0)));
851 tmp = fold_build2_loc (input_location, MODIFY_EXPR, status_type, status,
852 build_int_cst (status_type, LIBERROR_NO_MEMORY));
1083 tree status_type = TREE_TYPE (status); local
1085 error = fold_build2_loc (input_location, MODIFY_EXPR, status_type,
1086 status, build_int_cst (status_type, LIBERROR_ALLOCATION));
1800 tree status_type = NULL_TREE; local
1881 status_type = TREE_TYPE (TREE_TYPE (status))
1930 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
2057 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
2112 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
    [all...]
trans.cc 824 tree status_type = status ? TREE_TYPE (status) : NULL_TREE; local
829 fold_build2_loc (input_location, MODIFY_EXPR, status_type,
830 status, build_int_cst (status_type, 0)));
851 tmp = fold_build2_loc (input_location, MODIFY_EXPR, status_type, status,
852 build_int_cst (status_type, LIBERROR_NO_MEMORY));
1083 tree status_type = TREE_TYPE (status); local
1085 error = fold_build2_loc (input_location, MODIFY_EXPR, status_type,
1086 status, build_int_cst (status_type, LIBERROR_ALLOCATION));
1800 tree status_type = NULL_TREE; local
1881 status_type = TREE_TYPE (TREE_TYPE (status))
1930 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
2057 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
2112 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
    [all...]
trans.cc 824 tree status_type = status ? TREE_TYPE (status) : NULL_TREE; local
829 fold_build2_loc (input_location, MODIFY_EXPR, status_type,
830 status, build_int_cst (status_type, 0)));
851 tmp = fold_build2_loc (input_location, MODIFY_EXPR, status_type, status,
852 build_int_cst (status_type, LIBERROR_NO_MEMORY));
1083 tree status_type = TREE_TYPE (status); local
1085 error = fold_build2_loc (input_location, MODIFY_EXPR, status_type,
1086 status, build_int_cst (status_type, LIBERROR_ALLOCATION));
1800 tree status_type = NULL_TREE; local
1881 status_type = TREE_TYPE (TREE_TYPE (status))
1930 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
2057 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
2112 tree status_type = TREE_TYPE (TREE_TYPE (status)); local
    [all...]
trans-array.cc 6435 tree status_type = TREE_TYPE (status); local
6440 build_int_cst (status_type, LIBERROR_ALLOCATION));
trans-array.cc 6435 tree status_type = TREE_TYPE (status); local
6440 build_int_cst (status_type, LIBERROR_ALLOCATION));
trans-array.cc 6435 tree status_type = TREE_TYPE (status); local
6440 build_int_cst (status_type, LIBERROR_ALLOCATION));
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 1015 int status_type; member in struct:ssl_ctx_st::__anon625
1626 int status_type; member in struct:ssl_connection_st::__anon629
2203 * Dummy status type for the status_type extension. Indicates no status type
ssl_local.h 1015 int status_type; member in struct:ssl_ctx_st::__anon625
1626 int status_type; member in struct:ssl_connection_st::__anon629
2203 * Dummy status type for the status_type extension. Indicates no status type
ssl_local.h 1015 int status_type; member in struct:ssl_ctx_st::__anon625
1626 int status_type; member in struct:ssl_connection_st::__anon629
2203 * Dummy status type for the status_type extension. Indicates no status type
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 1059 int status_type; member in struct:ssl_ctx_st::__anon1656
1589 int status_type; member in struct:ssl_st::__anon1660
2143 * Dummy status type for the status_type extension. Indicates no status type
ssl_local.h 1059 int status_type; member in struct:ssl_ctx_st::__anon1656
1589 int status_type; member in struct:ssl_st::__anon1660
2143 * Dummy status type for the status_type extension. Indicates no status type
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 942 int status_type; member in struct:ssl_ctx_st::__anon2192
1273 int status_type; member in struct:ssl_st::__anon2194
2018 * Dummy status type for the status_type extension. Indicates no status type
ssl_local.h 942 int status_type; member in struct:ssl_ctx_st::__anon2192
1273 int status_type; member in struct:ssl_st::__anon2194
2018 * Dummy status type for the status_type extension. Indicates no status type

Completed in 147 milliseconds

1 2