Home
last modified time | relevance | path

Searched refs:status_type (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dtest_add_store_cred.c49 print_gss_err(OM_uint32 stat, int status_type, gss_OID mech) in print_gss_err() argument
58 maj = gss_display_status(&min, stat, status_type, mech, &msg_ctx, in print_gss_err()
62 status_type == GSS_C_GSS_CODE ? "major" : "minor", in print_gss_err()
69 status_type == GSS_C_GSS_CODE ? "major" : "minor", in print_gss_err()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.cc787 tree status_type = status ? TREE_TYPE (status) : NULL_TREE; in gfc_allocate_using_malloc() local
792 fold_build2_loc (input_location, MODIFY_EXPR, status_type, in gfc_allocate_using_malloc()
793 status, build_int_cst (status_type, 0))); in gfc_allocate_using_malloc()
809 tmp = fold_build2_loc (input_location, MODIFY_EXPR, status_type, status, in gfc_allocate_using_malloc()
810 build_int_cst (status_type, LIBERROR_ALLOCATION)); in gfc_allocate_using_malloc()
1037 tree status_type = TREE_TYPE (status); in gfc_allocate_allocatable() local
1039 error = fold_build2_loc (input_location, MODIFY_EXPR, status_type, in gfc_allocate_allocatable()
1040 status, build_int_cst (status_type, LIBERROR_ALLOCATION)); in gfc_allocate_allocatable()
1419 tree status_type = NULL_TREE; in gfc_deallocate_with_status() local
1492 status_type = TREE_TYPE (TREE_TYPE (status)); in gfc_deallocate_with_status()
[all …]
H A Dtrans-array.cc6194 tree status_type = TREE_TYPE (status); in gfc_array_allocate() local
6199 build_int_cst (status_type, LIBERROR_ALLOCATION)); in gfc_array_allocate()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.c714 tree status_type = status ? TREE_TYPE (status) : NULL_TREE; in gfc_allocate_using_malloc() local
719 fold_build2_loc (input_location, MODIFY_EXPR, status_type, in gfc_allocate_using_malloc()
720 status, build_int_cst (status_type, 0))); in gfc_allocate_using_malloc()
736 tmp = fold_build2_loc (input_location, MODIFY_EXPR, status_type, status, in gfc_allocate_using_malloc()
737 build_int_cst (status_type, LIBERROR_ALLOCATION)); in gfc_allocate_using_malloc()
964 tree status_type = TREE_TYPE (status); in gfc_allocate_allocatable() local
966 error = fold_build2_loc (input_location, MODIFY_EXPR, status_type, in gfc_allocate_allocatable()
967 status, build_int_cst (status_type, LIBERROR_ALLOCATION)); in gfc_allocate_allocatable()
1346 tree status_type = NULL_TREE; in gfc_deallocate_with_status() local
1419 status_type = TREE_TYPE (TREE_TYPE (status)); in gfc_deallocate_with_status()
[all …]
H A Dtrans-array.c6084 tree status_type = TREE_TYPE (status); in gfc_array_allocate() local
6089 build_int_cst (status_type, LIBERROR_ALLOCATION)); in gfc_array_allocate()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_display_status.c160 int status_type, in gss_display_status() argument
170 major_status = _gss_mg_get_error(mech_type, status_type, in gss_display_status()
180 switch (status_type) { in gss_display_status()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Ddisplay_status.c146 int status_type, in _gsskrb5_display_status() argument
166 if (status_type == GSS_C_GSS_CODE) { in _gsskrb5_display_status()
174 } else if (status_type == GSS_C_MECH_CODE) { in _gsskrb5_display_status()
/netbsd-src/external/bsd/wpa/dist/src/tls/
H A Dtlsv1_server_read.c53 u8 status_type; in tls_process_status_request_item() local
75 status_type = *pos++; in tls_process_status_request_item()
76 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatusType %u", status_type); in tls_process_status_request_item()
77 if (status_type != 1 && status_type != 2) in tls_process_status_request_item()
85 if (status_type == 2) in tls_process_status_request_item()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
H A Ddisplay_status.c42 int status_type, in _gss_ntlm_display_status() argument
/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Daccounting.c36 int status_type) in accounting_msg() argument
54 status_type)) { in accounting_msg()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions_srvr.c345 if (!PACKET_get_1(pkt, (unsigned int *)&s->ext.status_type)) { in tls_parse_ctos_status_request()
351 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_ctos_status_request()
355 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in tls_parse_ctos_status_request()
H A Dextensions_clnt.c316 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) in tls_construct_ctos_status_request()
1455 if (s->ext.status_type != TLSEXT_STATUSTYPE_ocsp) { in tls_parse_stoc_status_request()
H A Dextensions.c1091 s->ext.status_type = TLSEXT_STATUSTYPE_nothing; in init_status_request()
H A Dstatem_srvr.c2126 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing && s->ctx != NULL in tls_handle_status_request()
4204 if (!WPACKET_put_bytes_u8(pkt, s->ext.status_type) in tls_construct_cert_status_body()
H A Dstatem_clnt.c2829 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing in tls_process_initial_server_flight()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Ds3_lib.c3507 ret = s->ext.status_type; in ssl3_ctrl()
3511 s->ext.status_type = larg; in ssl3_ctrl()
3869 return ctx->ext.status_type; in ssl3_ctx_ctrl()
3872 ctx->ext.status_type = larg; in ssl3_ctx_ctrl()
H A Dssl_local.h942 int status_type; member
1273 int status_type; member
H A Dssl_lib.c769 s->ext.status_type = ctx->ext.status_type; in SSL_new()
3177 ret->ext.status_type = TLSEXT_STATUSTYPE_nothing; in SSL_CTX_new()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Ds3_lib.c3521 ret = s->ext.status_type; in ssl3_ctrl()
3525 s->ext.status_type = larg; in ssl3_ctrl()
3856 return ctx->ext.status_type; in ssl3_ctx_ctrl()
3859 ctx->ext.status_type = larg; in ssl3_ctx_ctrl()
H A Dssl_local.h1059 int status_type; member
1589 int status_type; member
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_srvr.c2070 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing && s->ctx != NULL in tls_handle_status_request()
4040 if (!WPACKET_put_bytes_u8(pkt, s->ext.status_type) in tls_construct_cert_status_body()
H A Dstatem_clnt.c2696 if (s->ext.status_type != TLSEXT_STATUSTYPE_nothing in tls_process_initial_server_flight()