Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/uboringssl/crypto/err/
A Derr.c393 unsigned lib, reason; in ERR_error_string_n() local
400 reason = ERR_GET_REASON(packed_error); in ERR_error_string_n()
550 if (reason < 127) { in ERR_reason_error_string()
551 return strerror(reason); in ERR_reason_error_string()
556 if (reason < ERR_NUM_LIBS) { in ERR_reason_error_string()
557 return kLibraryNames[reason]; in ERR_reason_error_string()
560 if (reason < 100) { in ERR_reason_error_string()
561 switch (reason) { in ERR_reason_error_string()
645 reason = GetLastError(); in ERR_put_error()
647 reason = errno; in ERR_put_error()
[all …]
/third_party/ulib/uboringssl/include/openssl/
A Derr.h418 #define OPENSSL_PUT_ERROR(library, reason) \ argument
419 ERR_put_error(ERR_LIB_##library, 0, reason, __FILE__, __LINE__)
429 OPENSSL_EXPORT void ERR_put_error(int library, int unused, int reason,
446 #define ERR_PACK(lib, reason) \ argument
447 (((((uint32_t)(lib)) & 0xff) << 24) | ((((uint32_t)(reason)) & 0xfff)))
454 #define OPENSSL_DECLARE_ERROR_REASON(lib, reason) argument
/third_party/ulib/musl/
A DINSTALL133 If for some reason it is impossible to install the dynamic linker in
/third_party/ulib/usbhost/
A DLICENSE.txt174 incurred by, or claims asserted against, such Contributor by reason
/third_party/tools/android/
A DLICENSE174 incurred by, or claims asserted against, such Contributor by reason
/third_party/ulib/jemalloc/
A DINSTALL302 that technically require 16-byte alignment, probably for the same reason
/third_party/lib/acpica/
A Dchanges.txt2246 a thread blocks within the method for any reason, and another thread
2412 was probably intended to do something, but for whatever reason, the value
14703 Enhanced blacklist with reason and severity fields. Any table's
15429 with 1.0 interpreters, for the same reason.

Completed in 25 milliseconds