Home
last modified time | relevance | path

Searched defs:packed_error (Results 1 – 14 of 14) sorted by relevance

/external/cronet/third_party/boringssl/src/rust/bssl-sys/
Drust_wrapper.c18 int ERR_GET_LIB_RUST(uint32_t packed_error) { in ERR_GET_LIB_RUST()
22 int ERR_GET_REASON_RUST(uint32_t packed_error) { in ERR_GET_REASON_RUST()
26 int ERR_GET_FUNC_RUST(uint32_t packed_error) { in ERR_GET_FUNC_RUST()
/external/boringssl/src/rust/bssl-sys/
Drust_wrapper.c18 int ERR_GET_LIB_RUST(uint32_t packed_error) { in ERR_GET_LIB_RUST()
22 int ERR_GET_REASON_RUST(uint32_t packed_error) { in ERR_GET_REASON_RUST()
26 int ERR_GET_FUNC_RUST(uint32_t packed_error) { in ERR_GET_FUNC_RUST()
/external/boringssl/src/crypto/err/
Derr.c481 static const char *err_lib_error_string(uint32_t packed_error) { in err_lib_error_string()
486 const char *ERR_lib_error_string(uint32_t packed_error) { in ERR_lib_error_string()
491 const char *ERR_lib_symbol_name(uint32_t packed_error) { in ERR_lib_symbol_name()
496 const char *ERR_func_error_string(uint32_t packed_error) { in ERR_func_error_string()
500 static const char *err_reason_error_string(uint32_t packed_error, int symbol) { in err_reason_error_string()
543 const char *ERR_reason_error_string(uint32_t packed_error) { in ERR_reason_error_string()
548 const char *ERR_reason_symbol_name(uint32_t packed_error) { in ERR_reason_symbol_name()
552 char *ERR_error_string(uint32_t packed_error, char *ret) { in ERR_error_string()
569 char *ERR_error_string_n(uint32_t packed_error, char *buf, size_t len) { in ERR_error_string_n()
631 uint32_t packed_error; in ERR_print_errors_cb() local
Derr_test.cc67 uint32_t packed_error = ERR_get_error_line_data(&file, &line, &data, &flags); in TEST() local
107 uint32_t packed_error = ERR_get_error(); in TEST() local
166 uint32_t packed_error = ERR_get_error_line_data(&file, &line, &data, &flags); in TEST() local
/external/cronet/third_party/boringssl/src/crypto/err/
Derr.c468 static const char *err_lib_error_string(uint32_t packed_error) { in err_lib_error_string()
477 const char *ERR_lib_error_string(uint32_t packed_error) { in ERR_lib_error_string()
482 const char *ERR_func_error_string(uint32_t packed_error) { in ERR_func_error_string()
486 static const char *err_reason_error_string(uint32_t packed_error) { in err_reason_error_string()
522 const char *ERR_reason_error_string(uint32_t packed_error) { in ERR_reason_error_string()
527 char *ERR_error_string(uint32_t packed_error, char *ret) { in ERR_error_string()
544 char *ERR_error_string_n(uint32_t packed_error, char *buf, size_t len) { in ERR_error_string_n()
606 uint32_t packed_error; in ERR_print_errors_cb() local
Derr_test.cc65 uint32_t packed_error = ERR_get_error_line_data(&file, &line, &data, &flags); in TEST() local
105 uint32_t packed_error = ERR_get_error(); in TEST() local
164 uint32_t packed_error = ERR_get_error_line_data(&file, &line, &data, &flags); in TEST() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/err/
Derr.c455 static const char *err_lib_error_string(uint32_t packed_error) { in err_lib_error_string()
464 const char *ERR_lib_error_string(uint32_t packed_error) { in ERR_lib_error_string()
469 const char *ERR_func_error_string(uint32_t packed_error) { in ERR_func_error_string()
473 static const char *err_reason_error_string(uint32_t packed_error) { in err_reason_error_string()
509 const char *ERR_reason_error_string(uint32_t packed_error) { in ERR_reason_error_string()
514 char *ERR_error_string(uint32_t packed_error, char *ret) { in ERR_error_string()
531 char *ERR_error_string_n(uint32_t packed_error, char *buf, size_t len) { in ERR_error_string_n()
594 uint32_t packed_error; in ERR_print_errors_cb() local
Derr_test.cc65 uint32_t packed_error = ERR_get_error_line_data(&file, &line, &data, &flags); in TEST() local
94 uint32_t packed_error = ERR_get_error(); in TEST() local
153 uint32_t packed_error = ERR_get_error_line_data(&file, &line, &data, &flags); in TEST() local
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_reject_reason_decoder_bin.cc31 uint32_t packed_error = 0; in main() local
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Derr.h166 #define ERR_GET_LIB(packed_error) ((int)(((packed_error) >> 24) & 0xff)) argument
171 #define ERR_GET_REASON(packed_error) ((int)((packed_error) & 0xfff)) argument
409 #define ERR_GET_FUNC(packed_error) 0 argument
/external/boringssl/src/include/openssl/
Derr.h166 OPENSSL_INLINE int ERR_GET_LIB(uint32_t packed_error) { in ERR_GET_LIB()
173 OPENSSL_INLINE int ERR_GET_REASON(uint32_t packed_error) { in ERR_GET_REASON()
435 OPENSSL_INLINE int ERR_GET_FUNC(uint32_t packed_error) { in ERR_GET_FUNC()
/external/cronet/third_party/boringssl/src/include/openssl/
Derr.h166 OPENSSL_INLINE int ERR_GET_LIB(uint32_t packed_error) { in ERR_GET_LIB()
173 OPENSSL_INLINE int ERR_GET_REASON(uint32_t packed_error) { in ERR_GET_REASON()
422 OPENSSL_INLINE int ERR_GET_FUNC(uint32_t packed_error) { in ERR_GET_FUNC()
/external/openscreen/util/crypto/
Dopenssl_util.cc76 while (uint32_t packed_error = ERR_get_error()) { in GetSSLError() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_crypto_client_handshaker.cc427 uint32_t packed_error = 0; in DoReceiveREJ() local